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", "title": "Current address",
"for": "Address for account <1><0>{{accountName}}</0></1>", "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.", "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." "messageIfSkipped": "Your receive address has not been confirmed on your Ledger device. Please verify your {{currencyName}} address for optimal security."
}, },
"deviceConnect": { "deviceConnect": {
@ -315,7 +315,7 @@
}, },
"verification": { "verification": {
"title": "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" "body": "Once verified, press the right button to confirm and sign the transaction"
}, },
"confirmation": { "confirmation": {

6
static/i18n/en/errors.json

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

Loading…
Cancel
Save