Browse Source

Merge pull request #1187 from dasilvarosa/wording

Reviewed error messages
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
4ec18c46c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      static/i18n/en/errors.json

8
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": {
@ -154,4 +154,4 @@
"InvalidAddress": {
"title": "This is not a valid {{currencyName}} address"
}
}
}

Loading…
Cancel
Save