Wording fix to reflect that only app data is deleted

This commit is contained in:
mashazyu
2019-01-06 18:56:30 +01:00
parent a724f5f733
commit ee27ed6ca2
+5 -5
View File
@@ -36,11 +36,11 @@ export default {
segmentExplainer: 'Import data in CSV format' segmentExplainer: 'Import data in CSV format'
}, },
deleteSegment: { deleteSegment: {
title: 'Delete data', title: 'Delete app data',
explainer: 'Delete data from this phone', explainer: 'Delete app data from this phone',
question: 'Do you want to delete data from this phone?', question: 'Do you want to delete app data from this phone?',
message: 'Please note that deletion of the data is permanent and irreversible. We recommend exporting existing data before deletion.', message: 'Please note that deletion of the app data is permanent and irreversible. We recommend exporting existing data before deletion.',
confirmation: 'Delete data permanently', confirmation: 'Delete app data permanently',
errors: { errors: {
couldNotDeleteFile: 'Could not delete data', couldNotDeleteFile: 'Could not delete data',
postFix: 'No data was deleted or changed' postFix: 'No data was deleted or changed'