Browse Source
Merge pull request #1735 from valpinkman/fix/translation-bug
LL-678 fix dashboard translation for genuine check
gre-patch-1
Valentin D. Pinkman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
2 deletions
-
src/components/GenuineCheck.js
-
static/i18n/en/app.json
|
|
@ -156,10 +156,10 @@ class GenuineCheck extends PureComponent<Props> { |
|
|
|
{ |
|
|
|
id: 'deviceInfo', |
|
|
|
title: ( |
|
|
|
<Trans i18nKey="deviceConnect.step2" parent="div"> |
|
|
|
<Trans i18nKey="deviceConnect.dashboard" parent="div"> |
|
|
|
{'Navigate to the '} |
|
|
|
<Bold>{'dashboard'}</Bold> |
|
|
|
{' app on your device'} |
|
|
|
{' on your device'} |
|
|
|
</Trans> |
|
|
|
), |
|
|
|
icon: homeIcon, |
|
|
|
|
|
@ -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}}</0></1> on your device", |
|
|
|
"step1": "Connect and unlock your <1>Ledger device</1>", |
|
|
|
"step2": "Navigate to the <1><0>{{managerAppName}}</0></1> app on your device", |
|
|
|
"step3": "Allow <1><0>Ledger Manager</0></1> on your device" |
|
|
|