Browse Source
Merge pull request #1789 from juan-cortes/overlooked-wording-export
Export wording
gre-patch-1
Gaëtan Renaudeau
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
5 deletions
-
src/components/SettingsPage/sections/Export.js
-
static/i18n/en/app.json
|
|
@ -68,7 +68,10 @@ class SectionExport extends PureComponent<Props, State> { |
|
|
|
<Text ff="Open Sans|SemiBold" color="dark"> |
|
|
|
{'+'} |
|
|
|
</Text> |
|
|
|
{'button in Accounts'} |
|
|
|
{'button in'} |
|
|
|
<Text ff="Open Sans|SemiBold" color="dark"> |
|
|
|
{'Accounts'} |
|
|
|
</Text> |
|
|
|
</Trans> |
|
|
|
</Box> |
|
|
|
), |
|
|
@ -92,7 +95,13 @@ class SectionExport extends PureComponent<Props, State> { |
|
|
|
icon: <BulletRowIcon>{'3'}</BulletRowIcon>, |
|
|
|
desc: ( |
|
|
|
<Box style={{ display: 'block' }}> |
|
|
|
<Trans i18nKey="settings.export.modal.step3" /> |
|
|
|
<Trans i18nKey="settings.export.modal.step3"> |
|
|
|
{'Scan the'} |
|
|
|
<Text ff="Open Sans|SemiBold" color="dark"> |
|
|
|
{'LiveQR Code'} |
|
|
|
</Text> |
|
|
|
{'until the loader hits 100%'} |
|
|
|
</Trans> |
|
|
|
</Box> |
|
|
|
), |
|
|
|
}, |
|
|
|
|
|
@ -366,10 +366,10 @@ |
|
|
|
"modal": { |
|
|
|
"button": "Done", |
|
|
|
"title": "Scan to export to mobile", |
|
|
|
"listTitle": "To import accounts on your Ledger Live Mobile app:", |
|
|
|
"step1": "Tap the <1><0>+</0></1> button in Accounts", |
|
|
|
"listTitle": "On the Ledger Live mobile app:", |
|
|
|
"step1": "Tap the <1><0>+</0></1> button in <3><0>Accounts</0></3>", |
|
|
|
"step2": "Tap <1><0>Import desktop accounts</0></1>", |
|
|
|
"step3": "Scan until the loader hits 100%" |
|
|
|
"step3": "Scan the <1><0>LiveQR code</0></1> until the loader hits 100%" |
|
|
|
} |
|
|
|
}, |
|
|
|
"display": { |
|
|
|