Skip to content

Commit d2cfbca

Browse files
improve messaging on no-amount error for BTC Wallet (#272)
1 parent 4630b5f commit d2cfbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/i18n/en/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ const en: BaseTranslation = {
746746
"The lnurl server responded with an invoice with an incorrect amount.",
747747
lnurlInvoiceIncorrectDescription:
748748
"The lnurl server responded with an invoice with an incorrect description hash.",
749-
noAmountInvoiceError: "No amount invoice is not supported in BTC wallet",
749+
noAmountInvoiceError: "No amount invoice is not supported in BTC wallet. Please go back and scan or enter an invoice with an amount added.",
750750
minAmountInvoiceError: "The amount on the invoice is less than minimum amount {amount: number}",
751751
maxAmountInvoiceError: "The amount on the invoice is greater than maximum amount {amount: number}",
752752
minAmountConvertError: "The conversion amount is less than minimum required amount {amount: number}",

0 commit comments

Comments
 (0)