Browse Source

Update ResetFallbackModal wording

gre-patch-1
meriadec 6 years ago
parent
commit
a9c7467c27
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 6
      src/components/SettingsPage/ResetFallbackModal.js
  2. 9
      static/i18n/en/app.json

6
src/components/SettingsPage/ResetFallbackModal.js

@ -23,15 +23,13 @@ class ResetFallbackModal extends PureComponent<Props> {
onClose={onClose}
onReject={onClose}
confirmText={'Open folder'}
title="Couldnt remove app files"
title={t('settings.resetFallbackModal.title')}
desc={
<div>
<p>{t('settings.resetFallbackModal.part1')}</p>
<p style={{ fontWeight: 'bold' }}>
{t('settings.resetFallbackModal.part2')}
<span style={{ textDecoration: 'underline' }}>
{t('settings.resetFallbackModal.part3')}
</span>
{t('settings.resetFallbackModal.part3')}
{t('settings.resetFallbackModal.part4')}
</p>
<p style={{ marginTop: 20 }}>{t('settings.resetFallbackModal.part5')}</p>

9
static/i18n/en/app.json

@ -407,11 +407,12 @@
"desc": "Clearing the Ledger Live cache forces network resynchronization. Your settings and accounts are not affected. The private keys to access your crypto assets in the blockchain remain secure on your Ledger device and on your Recovery sheet."
},
"resetFallbackModal": {
"part1": "Cache folder couldnt be deleted. You will have to delete it manually.",
"part2": "Click on \"Open folder\", then the ",
"title": "User action required",
"part1": "Could not delete cache folder. Please delete the folder manually:",
"part2": "Click the Open folder button, the ",
"part3": "app will close",
"part4": ", and you will have to delete the \"sqlite\" folder.",
"part5": "After that, you can restart the app."
"part4": ", and manually delete the \"sqlite\" folder.",
"part5": "Then you can restart the app normally."
},
"removeAccountModal": {
"title": "Remove account",

Loading…
Cancel
Save