From 6ca2350f04ff71cc563c2d860e2bca788288aa16 Mon Sep 17 00:00:00 2001 From: David da Silva Rosa <712580+dasilvarosa@users.noreply.github.com> Date: Thu, 13 Dec 2018 13:46:22 +0100 Subject: [PATCH] Insert variable currencyName in error message Variable got erroneously replaced by Bitcoin. --- static/i18n/en/app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index c543a7eb..dc2bc93c 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -137,7 +137,7 @@ "currentAddress": { "title": "Current address", "for": "Address for account <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." },