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
parent
commit
0657cb8bab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/components/GenuineCheck.js
  2. 1
      static/i18n/en/app.json

4
src/components/GenuineCheck.js

@ -156,10 +156,10 @@ class GenuineCheck extends PureComponent<Props> {
{ {
id: 'deviceInfo', id: 'deviceInfo',
title: ( title: (
<Trans i18nKey="deviceConnect.step2" parent="div"> <Trans i18nKey="deviceConnect.dashboard" parent="div">
{'Navigate to the '} {'Navigate to the '}
<Bold>{'dashboard'}</Bold> <Bold>{'dashboard'}</Bold>
{' app on your device'} {' on your device'}
</Trans> </Trans>
), ),
icon: homeIcon, icon: homeIcon,

1
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." "messageIfSkipped": "Your {{currencyName}} address has not been confirmed on your Ledger device. Please verify it for optimal security."
}, },
"deviceConnect": { "deviceConnect": {
"dashboard": "Navigate to the <1><0>{{managerAppName}}</0></1> on your device",
"step1": "Connect and unlock your <1>Ledger device</1>", "step1": "Connect and unlock your <1>Ledger device</1>",
"step2": "Navigate to the <1><0>{{managerAppName}}</0></1> app on your device", "step2": "Navigate to the <1><0>{{managerAppName}}</0></1> app on your device",
"step3": "Allow <1><0>Ledger Manager</0></1> on your device" "step3": "Allow <1><0>Ledger Manager</0></1> on your device"

Loading…
Cancel
Save