Renames unset to delete

This commit is contained in:
emelko
2019-02-13 16:37:33 +01:00
parent 76b9c1943d
commit bca86f3996
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -126,9 +126,9 @@ export const noteExplainer = "Anything you want to add for the day?"
export const sharedDialogs = {
cancel: 'Cancel',
areYouSureTitle: 'Are you sure?',
areYouSureToUnset: 'Are you sure you want to delete this entry?',
reallyUnsetData: 'Yes, I am sure',
areYouSureToDelete: 'Are you sure you want to delete this entry?',
reallyDeleteData: 'Yes, I am sure',
save: 'Save',
unset: 'Delete',
delete: 'Delete',
disabledInfo: 'There is some data missing'
}