Browse Source

Merge pull request #1204 from dasilvarosa/wording

Fixed grammar mistake in insufficient balance error msg
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
c7f1b223ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      static/i18n/en/errors.json

2
static/i18n/en/errors.json

@ -96,7 +96,7 @@
"description": "Something went wrong with address calculation, try again or contact Ledger Support." "description": "Something went wrong with address calculation, try again or contact Ledger Support."
}, },
"NotEnoughBalance": { "NotEnoughBalance": {
"title": "Oops, not enough balance", "title": "Oops, insufficient balance",
"description": "Make sure the account to debit has sufficient balance" "description": "Make sure the account to debit has sufficient balance"
}, },
"PasswordsDontMatch": { "PasswordsDontMatch": {

Loading…
Cancel
Save