diff --git a/src/components/SettingsPage/ResetFallbackModal.js b/src/components/SettingsPage/ResetFallbackModal.js index 81741dd3..fece2e66 100644 --- a/src/components/SettingsPage/ResetFallbackModal.js +++ b/src/components/SettingsPage/ResetFallbackModal.js @@ -23,15 +23,13 @@ class ResetFallbackModal extends PureComponent { onClose={onClose} onReject={onClose} confirmText={'Open folder'} - title="Couldnt remove app files" + title={t('settings.resetFallbackModal.title')} desc={

{t('settings.resetFallbackModal.part1')}

{t('settings.resetFallbackModal.part2')} - - {t('settings.resetFallbackModal.part3')} - + {t('settings.resetFallbackModal.part3')} {t('settings.resetFallbackModal.part4')}

{t('settings.resetFallbackModal.part5')}

diff --git a/static/i18n/en/app.json b/static/i18n/en/app.json index 3445ae18..61691b0c 100644 --- a/static/i18n/en/app.json +++ b/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",