Pull request #78: Update dialog titles

Merge in RED/ui from dialog-titles to master

* commit 'fd7d921e146884e22b924d77335ea4685119580f':
  Rename 'file' to 'document' in dialog title
  Update dialog titles
This commit is contained in:
Timo Bejan 2020-12-23 19:45:08 +01:00
commit d10c981dc2

View File

@ -515,16 +515,19 @@
},
"confirmation-dialog": {
"delete-file": {
"title": "Confirm deletion",
"title": "Delete Document",
"question": "Do you wish to proceed?"
},
"remove-manual-redaction": {
"title": "Remove Manual Redaction",
"question": "Are you sure you wish to remove this manual redaction?"
},
"remove-from-dictionary": {
"title": "Remove From Dictionary",
"question": "Are you sure you want to remove <b>{{entry}}</b> from the <b>{{dictionary}}</b> dictionary?"
},
"remove-only-here": {
"title": "Remove Only Here",
"question": "Are you sure you want to remove <b>{{entry}}</b> only here?"
}
},