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 f97f592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/SettingsPage/ResetFallbackModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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>
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": ", make sure to delete the \"sqlite\" folder.",
"part5": "Then you can restart the app normally."
},
"removeAccountModal": {
"title": "Remove account",
Expand Down

0 comments on commit f97f592

Please sign in to comment.