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
parent
commit
269f96d35d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      src/components/SettingsPage/sections/Export.js
  2. 6
      static/i18n/en/app.json

13
src/components/SettingsPage/sections/Export.js

@ -68,7 +68,10 @@ class SectionExport extends PureComponent<Props, State> {
<Text ff="Open Sans|SemiBold" color="dark"> <Text ff="Open Sans|SemiBold" color="dark">
{'+'} {'+'}
</Text> </Text>
{'button in Accounts'} {'button in'}
<Text ff="Open Sans|SemiBold" color="dark">
{'Accounts'}
</Text>
</Trans> </Trans>
</Box> </Box>
), ),
@ -92,7 +95,13 @@ class SectionExport extends PureComponent<Props, State> {
icon: <BulletRowIcon>{'3'}</BulletRowIcon>, icon: <BulletRowIcon>{'3'}</BulletRowIcon>,
desc: ( desc: (
<Box style={{ display: 'block' }}> <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> </Box>
), ),
}, },

6
static/i18n/en/app.json

@ -366,10 +366,10 @@
"modal": { "modal": {
"button": "Done", "button": "Done",
"title": "Scan to export to mobile", "title": "Scan to export to mobile",
"listTitle": "To import accounts on your Ledger Live Mobile app:", "listTitle": "On the Ledger Live mobile app:",
"step1": "Tap the <1><0>+</0></1> button in Accounts", "step1": "Tap the <1><0>+</0></1> button in <3><0>Accounts</0></3>",
"step2": "Tap <1><0>Import desktop accounts</0></1>", "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": { "display": {

Loading…
Cancel
Save