Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Update ResetFallbackModal wording
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Oct 17, 2018
1 parent 2607b84 commit a9c7467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
6 changes: 2 additions & 4 deletions src/components/SettingsPage/ResetFallbackModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
9 changes: 5 additions & 4 deletions static/i18n/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a9c7467

Please sign in to comment.