Bug fix for substitute
This commit is contained in:
parent
54e2de504e
commit
be2fa57123
@ -179,7 +179,7 @@ lightningInvoicesUnsupported: "Sorry LN Invoices aren't supported over USSD beca
|
|||||||
minimumMaximumRange: "(Min: {{{minimumAmount}}} {{{currencyTicker}}}, Max: {{{maximumAmount}}} {{{currencyTicker}}})"
|
minimumMaximumRange: "(Min: {{{minimumAmount}}} {{{currencyTicker}}}, Max: {{{maximumAmount}}} {{{currencyTicker}}})"
|
||||||
amountConversionText: "({{{amountInSats}}} sats = {{{amountConverted}}} {{{convertedCurrencyTicker}}})"
|
amountConversionText: "({{{amountInSats}}} sats = {{{amountConverted}}} {{{convertedCurrencyTicker}}})"
|
||||||
sendBitcoinConfirmation: "You are about to send {{{amountText}}} to {{{receiver}}} (service fee: {{{feeText}}}{{{networkFeeText}}})."
|
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"
|
sendSats: "Send sats"
|
||||||
pleaseUseWebForBolt11: "Please use the following website to generate a (Bolt 11) Lightning Invoice and receive sats to your account."
|
pleaseUseWebForBolt11: "Please use the following website to generate a (Bolt 11) Lightning Invoice and receive sats to your account."
|
||||||
lightningInvoiceShort: "LN Invoice"
|
lightningInvoiceShort: "LN Invoice"
|
||||||
@ -272,8 +272,8 @@ proposeClanSends: "Propose {{{clanAddress}}} sends to a:"
|
|||||||
phone: "Phone"
|
phone: "Phone"
|
||||||
allMembers: "All members"
|
allMembers: "All members"
|
||||||
enterMethodToSendFromClan: "Enter {{{selectedMethodText}}} to send {{{clanAddress}}} Bitcoin to:"
|
enterMethodToSendFromClan: "Enter {{{selectedMethodText}}} to send {{{clanAddress}}} Bitcoin to:"
|
||||||
selectUnitOfAccountToSendFromClan: "Which unit (measure of value) would you like to send {{{clanAddress}}} Bitcoin to ${receiver}?"
|
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:"
|
howMuchClanBalanceToSend: "How much of the {{{clanAddress}}} funds you would like to distribute to all members:"
|
||||||
wholeBalance: "Whole balance"
|
wholeBalance: "Whole balance"
|
||||||
percentageOfBalance: "Percentage of 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}}}:"
|
enterPercentageOfClanBalance: "Please enter the percentage amount (min: 5, max: 100) of the funds you would like to propose to distribute from {{{clanAddress}}}:"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user