From cc0d198c3bccfb6e62bb3c4506773baa64f58af5 Mon Sep 17 00:00:00 2001 From: Kresnadi Budisantoso Date: Wed, 23 Dec 2020 16:43:27 +0100 Subject: [PATCH 1/2] Update dialog titles --- apps/red-ui/src/assets/i18n/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index 6792c1ae2..b08b39707 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 File", "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?" } }, From fd7d921e146884e22b924d77335ea4685119580f Mon Sep 17 00:00:00 2001 From: Kresnadi Budisantoso Date: Wed, 23 Dec 2020 16:45:53 +0100 Subject: [PATCH 2/2] Rename 'file' to 'document' in dialog title --- apps/red-ui/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/i18n/en.json b/apps/red-ui/src/assets/i18n/en.json index b08b39707..4553b6814 100644 --- a/apps/red-ui/src/assets/i18n/en.json +++ b/apps/red-ui/src/assets/i18n/en.json @@ -515,7 +515,7 @@ }, "confirmation-dialog": { "delete-file": { - "title": "Delete File", + "title": "Delete Document", "question": "Do you wish to proceed?" }, "remove-manual-redaction": {