Browse Source

Polish error messages and transaction verification instructions

master
dasilvarosa 6 years ago
parent
commit
b6e7113463
  1. 4
      static/i18n/en/app.json
  2. 6
      static/i18n/en/errors.json

4
static/i18n/en/app.json

@ -133,7 +133,7 @@
"title": "Current address",
"for": "Address for account <1><0>{{accountName}}</0></1>",
"messageIfUnverified": "Verify the address on your device for optimal security. Press the right button to confirm.",
"messageIfAccepted": "{{currencyName}} address confirmed on your device. Carefully verify when you copy and paste it.",
"messageIfAccepted": "{{currencyName}} address confirmed. Please verify the address if you copy/paste it or if you scan the QR code.",
"messageIfSkipped": "Your receive address has not been confirmed on your Ledger device. Please verify your {{currencyName}} address for optimal security."
},
"deviceConnect": {
@ -315,7 +315,7 @@
},
"verification": {
"title": "Verification",
"warning": "Carefully verify all transaction details now displayed on your device screen\n",
"warning": "Please verify all transaction details now displayed on your device\n",
"body": "Once verified, press the right button to confirm and sign the transaction"
},
"confirmation": {

6
static/i18n/en/errors.json

@ -5,7 +5,7 @@
},
"AccountNameRequired": {
"title": "An account name is required",
"description": "Please provide with an account name"
"description": "Please provide an account name"
},
"BtcUnmatchedApp": {
"title": "That's the wrong app",
@ -80,8 +80,8 @@
"description": "Your device was locked. Please unlock it."
},
"ManagerNotEnoughSpace": {
"title": "Sorry, insufficient device storage",
"description": "Uninstall some apps to increase available storage and try again."
"title": "Sorry, not enough storage left",
"description": "Please uninstall some apps to make space. This will not affect your crypto assets."
},
"ManagerUninstallBTCDep": {
"title": "Sorry, this app is required",

Loading…
Cancel
Save