Browse Source

Merge pull request #1707 from LedgerHQ/dasilvarosa-wordingfix

Insert variable currencyName in error message
gre-patch-1
Meriadec Pillet 6 years ago
committed by GitHub
parent
commit
06ccd30ccc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      static/i18n/en/app.json

2
static/i18n/en/app.json

@ -137,7 +137,7 @@
"currentAddress": {
"title": "Current address",
"for": "Address for account <1><0>{{accountName}}</0></1>",
"messageIfUnverified": "Please verify that the Bitcoin address shown on your device matches the one on your computer",
"messageIfUnverified": "Please verify that the {{currencyName}} address shown on your device matches the one on your computer",
"messageIfAccepted": "Address confirmed, please re-verify it if you copy/paste or scan the QR code.",
"messageIfSkipped": "Your {{currencyName}} address has not been confirmed on your Ledger device. Please verify it for optimal security."
},

Loading…
Cancel
Save