Browse Source

Fixed grammar mistake in insufficient balance error msg

master
dasilvarosa 7 years ago
parent
commit
6e41d748d2
  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