diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index 6792c1ae2..4553b6814 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -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 {{entry}} from the {{dictionary}} dictionary?" }, "remove-only-here": { + "title": "Remove Only Here", "question": "Are you sure you want to remove {{entry}} only here?" } },