Bug fix for substitute

This commit is contained in:
kngako 2024-05-12 18:59:19 +02:00
parent 54e2de504e
commit be2fa57123

View File

@ -179,7 +179,7 @@ lightningInvoicesUnsupported: "Sorry LN Invoices aren't supported over USSD beca
minimumMaximumRange: "(Min: {{{minimumAmount}}} {{{currencyTicker}}}, Max: {{{maximumAmount}}} {{{currencyTicker}}})"
amountConversionText: "({{{amountInSats}}} sats = {{{amountConverted}}} {{{convertedCurrencyTicker}}})"
sendBitcoinConfirmation: "You are about to send {{{amountText}}} to {{{receiver}}} (service fee: {{{feeText}}}{{{networkFeeText}}})."
networkFee: "network fee: {{{networkFeeText}}} ${currencyTicker}"
networkFee: "network fee: {{{networkFeeText}}} {{{currencyTicker}}}"
sendSats: "Send sats"
pleaseUseWebForBolt11: "Please use the following website to generate a (Bolt 11) Lightning Invoice and receive sats to your account."
lightningInvoiceShort: "LN Invoice"
@ -272,8 +272,8 @@ proposeClanSends: "Propose {{{clanAddress}}} sends to a:"
phone: "Phone"
allMembers: "All members"
enterMethodToSendFromClan: "Enter {{{selectedMethodText}}} to send {{{clanAddress}}} Bitcoin to:"
selectUnitOfAccountToSendFromClan: "Which unit (measure of value) would you like to send {{{clanAddress}}} Bitcoin to ${receiver}?"
howMuchClanBalanceToSend: "How much of the ${clan.name.text}@8333.mobi funds you would like to distribute to all members:"
selectUnitOfAccountToSendFromClan: "Which unit (measure of value) would you like to send {{{clanAddress}}} Bitcoin to {{{receiver}}}?"
howMuchClanBalanceToSend: "How much of the {{{clanAddress}}} funds you would like to distribute to all members:"
wholeBalance: "Whole balance"
percentageOfBalance: "Percentage of balance"
enterPercentageOfClanBalance: "Please enter the percentage amount (min: 5, max: 100) of the funds you would like to propose to distribute from {{{clanAddress}}}:"