Browse Source
Merge pull request #1187 from dasilvarosa/wording
Reviewed error messages
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
4 additions and
4 deletions
-
static/i18n/en/errors.json
|
|
@ -37,7 +37,7 @@ |
|
|
|
}, |
|
|
|
"EnpointConfig": { |
|
|
|
"title": "Invalid endpoint", |
|
|
|
"description": "Please provide with a valid endpoint" |
|
|
|
"description": "Please provide a valid endpoint" |
|
|
|
}, |
|
|
|
"FeeEstimationFailed": { |
|
|
|
"title": "Sorry, fee estimation failed", |
|
|
@ -116,11 +116,11 @@ |
|
|
|
"description": "It took too long for the server to respond." |
|
|
|
}, |
|
|
|
"TransportError": { |
|
|
|
"title": "Something went wrong. Please replug your device.", |
|
|
|
"title": "Something went wrong. Please reconnect your device.", |
|
|
|
"description": "{{message}}" |
|
|
|
}, |
|
|
|
"TransportStatusError": { |
|
|
|
"title": "Something went wrong. Please replug your device.", |
|
|
|
"title": "Something went wrong. Please reconnect your device.", |
|
|
|
"description": "{{message}}" |
|
|
|
}, |
|
|
|
"UserRefusedFirmwareUpdate": { |
|
|
|