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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
static/i18n/en/errors.json
|
|
@ -96,7 +96,7 @@ |
|
|
|
"description": "Something went wrong with address calculation, try again or contact Ledger Support." |
|
|
|
}, |
|
|
|
"NotEnoughBalance": { |
|
|
|
"title": "Oops, not enough balance", |
|
|
|
"title": "Oops, insufficient balance", |
|
|
|
"description": "Make sure the account to debit has sufficient balance" |
|
|
|
}, |
|
|
|
"PasswordsDontMatch": { |
|
|
|