Bug fix for password field after data is deleted, add notification when there is no data to delete

This commit is contained in:
mashazyu
2019-01-06 20:55:43 +01:00
parent 57a6d94790
commit 52fe871614
3 changed files with 58 additions and 64 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ export default {
confirmation: 'Delete app data permanently',
errors: {
couldNotDeleteFile: 'Could not delete data',
postFix: 'No data was deleted or changed'
postFix: 'No data was deleted or changed',
noData: 'There is no data to delete'
},
success: {
message: 'App data successfully deleted'