From ee27ed6ca29b71964f8fa1a91f8680e5ac84ccae Mon Sep 17 00:00:00 2001 From: mashazyu Date: Sun, 6 Jan 2019 18:56:30 +0100 Subject: [PATCH] Wording fix to reflect that only app data is deleted --- i18n/en/settings.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/i18n/en/settings.js b/i18n/en/settings.js index 4a2e7f3..2e5ec83 100644 --- a/i18n/en/settings.js +++ b/i18n/en/settings.js @@ -36,11 +36,11 @@ export default { segmentExplainer: 'Import data in CSV format' }, deleteSegment: { - title: 'Delete data', - explainer: 'Delete data from this phone', - question: 'Do you want to delete data from this phone?', - message: 'Please note that deletion of the data is permanent and irreversible. We recommend exporting existing data before deletion.', - confirmation: 'Delete data permanently', + title: 'Delete app data', + explainer: 'Delete app data from this phone', + question: 'Do you want to delete app data from this phone?', + message: 'Please note that deletion of the app data is permanent and irreversible. We recommend exporting existing data before deletion.', + confirmation: 'Delete app data permanently', errors: { couldNotDeleteFile: 'Could not delete data', postFix: 'No data was deleted or changed'