Browse Source

Wording

gre-patch-1
Gaëtan Renaudeau 6 years ago
parent
commit
5944e90daf
No known key found for this signature in database GPG Key ID: 7B66B85F042E5451
  1. 2
      src/components/SettingsPage/sections/Help.js
  2. 9
      static/i18n/en/app.json

2
src/components/SettingsPage/sections/Help.js

@ -73,7 +73,7 @@ class SectionHelp extends PureComponent<Props> {
>
<ResetButton />
</Row>
<Row title={t('settings.repairDevice.title')} desc={t('settings.repairDevice.desc')}>
<Row title={t('settings.repairDevice.title')} desc={t('settings.repairDevice.descSettings')}>
<RepairDeviceButton />
</Row>
</Body>

9
static/i18n/en/app.json

@ -451,11 +451,12 @@
},
"repairDevice": {
"title": "Repair your Ledger device",
"desc": "If you encountered some issue while updating your Ledger Nano S and cannot resume the update process, you can try this option to repair your device.",
"descSettings": "Use this tool to restore your Ledger device if it has become stuck during a firmware update.",
"desc": "Please select the state of your Ledger device.",
"button": "Repair",
"generic": "Stuck in 'Bootloader'",
"0_8": "Stuck in 'MCU not genuine'",
"0_9": "Stuck in 'follow repair instruction'"
"generic": "Bootloader",
"0_8": "MCU not genuine",
"0_9": "Follow device repair instructions"
},
"exportLogs": {
"title": "Export logs",

Loading…
Cancel
Save