diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index 6f111310..73b3dd45 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.5.0 + 3.5.1 CFBundleSignature ???? CFBundleURLTypes @@ -33,7 +33,7 @@ CFBundleVersion - 200 + 201 ITSAppUsesNonExemptEncryption LSRequiresIPhoneOS diff --git a/screen/lnd/lndViewInvoice.js b/screen/lnd/lndViewInvoice.js index a746cc97..d188ef2d 100644 --- a/screen/lnd/lndViewInvoice.js +++ b/screen/lnd/lndViewInvoice.js @@ -165,7 +165,7 @@ export default class LNDViewInvoice extends Component { fgColor={BlueApp.settings.brandingColor} bgColor={BlueApp.settings.foregroundColor} /> - + {invoice && invoice.amt && Please pay {invoice.amt} sats} {invoice && invoice.description && For: {invoice.description}}