diff --git a/static/i18n/es/app.json b/static/i18n/es/app.json index 026cd5f7..be44663d 100644 --- a/static/i18n/es/app.json +++ b/static/i18n/es/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "Current address", "for": "Dirección de la cuenta <1><0>{{accountName}}", - "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." }, diff --git a/static/i18n/fr/app.json b/static/i18n/fr/app.json index 4fafbd0b..d1e911f3 100644 --- a/static/i18n/fr/app.json +++ b/static/i18n/fr/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "Current address", "for": "Adresse pour le compte <1><0>{{accountName}}", - "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." }, diff --git a/static/i18n/ja/app.json b/static/i18n/ja/app.json index ae4b2103..81191ac5 100644 --- a/static/i18n/ja/app.json +++ b/static/i18n/ja/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "現在のアドレス", "for": "アカウント <1><0>{{accountName}}のアドレス", - "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." }, diff --git a/static/i18n/ko/app.json b/static/i18n/ko/app.json index ac15417c..766dcfa3 100644 --- a/static/i18n/ko/app.json +++ b/static/i18n/ko/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "현재 주소", "for": "계정 <1><0>{{accountName}}의 주소", - "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." }, diff --git a/static/i18n/ru/app.json b/static/i18n/ru/app.json index 61416254..3ca34fb2 100644 --- a/static/i18n/ru/app.json +++ b/static/i18n/ru/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "Текущий адрес", "for": "Адрес для счета <1><0>{{accountName}}", - "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." }, diff --git a/static/i18n/zh/app.json b/static/i18n/zh/app.json index b02290e6..1f2ae671 100644 --- a/static/i18n/zh/app.json +++ b/static/i18n/zh/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "Current address", "for": "账户 <1><0>{{accountName}} 地址", - "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." },