From ecfc019bd96607806371eeba0865d450a6b6ccdc Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Mon, 7 Jan 2019 15:02:47 +0100 Subject: [PATCH] LL-678 fix translation bug in dashboard --- src/components/GenuineCheck.js | 4 ++-- static/i18n/en/app.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/GenuineCheck.js b/src/components/GenuineCheck.js index 09107831..751e8720 100644 --- a/src/components/GenuineCheck.js +++ b/src/components/GenuineCheck.js @@ -156,10 +156,10 @@ class GenuineCheck extends PureComponent { { id: 'deviceInfo', title: ( - + {'Navigate to the '} {'dashboard'} - {' app on your device'} + {' on your device'} ), icon: homeIcon, diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 956b3c84..3b57aa53 100644 --- a/static/i18n/en/app.json +++ b/static/i18n/en/app.json @@ -142,6 +142,7 @@ "messageIfSkipped": "Your {{currencyName}} address has not been confirmed on your Ledger device. Please verify it for optimal security." }, "deviceConnect": { + "dashboard": "Navigate to the <1><0>{{managerAppName}} on your device", "step1": "Connect and unlock your <1>Ledger device", "step2": "Navigate to the <1><0>{{managerAppName}} app on your device", "step3": "Allow <1><0>Ledger Manager on your device"