Bug fix for password field after data is deleted, add notification when there is no data to delete
This commit is contained in:
+2
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user