From e81ab56a4adb54bdb069f59f34a71bd2f518c4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Wed, 29 Nov 2023 17:28:09 +0200 Subject: [PATCH] RED-7972: Updated labels --- .../edit-annotation-dialog.component.html | 10 +++------- .../edit-redaction-dialog.component.html | 18 +++++++----------- apps/red-ui/src/assets/i18n/scm/de.json | 4 ++-- apps/red-ui/src/assets/i18n/scm/en.json | 4 ++-- 4 files changed, 14 insertions(+), 22 deletions(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/edit-annotation-dialog/edit-annotation-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/edit-annotation-dialog/edit-annotation-dialog.component.html index f680ef1c2..7fdbdffd3 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/edit-annotation-dialog/edit-annotation-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/docu-mine/edit-annotation-dialog/edit-annotation-dialog.component.html @@ -4,11 +4,7 @@
- + - + {{ displayedDictionaryLabel }} diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html index de2afe834..192adcb8f 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/edit-redaction-dialog/edit-redaction-dialog.component.html @@ -8,11 +8,7 @@
- + - + {{ displayedDictionaryLabel }} -
+
@@ -87,10 +83,10 @@
diff --git a/apps/red-ui/src/assets/i18n/scm/de.json b/apps/red-ui/src/assets/i18n/scm/de.json index f39e525c1..626c18f07 100644 --- a/apps/red-ui/src/assets/i18n/scm/de.json +++ b/apps/red-ui/src/assets/i18n/scm/de.json @@ -1210,7 +1210,7 @@ } }, "reason": "", - "redacted-text": "Selected {length, plural, one{annotation} other {annotations}}", + "redacted-text": "Annotated text", "section": "", "type": "Type", "unchanged": "Unchanged" @@ -2470,4 +2470,4 @@ } }, "yesterday": "Gestern" -} \ No newline at end of file +} diff --git a/apps/red-ui/src/assets/i18n/scm/en.json b/apps/red-ui/src/assets/i18n/scm/en.json index 196649293..3c4069612 100644 --- a/apps/red-ui/src/assets/i18n/scm/en.json +++ b/apps/red-ui/src/assets/i18n/scm/en.json @@ -1210,7 +1210,7 @@ } }, "reason": "", - "redacted-text": "Selected {length, plural, one{annotation} other {annotations}}", + "redacted-text": "Annotated text", "section": "", "type": "Type", "unchanged": "Unchanged" @@ -2470,4 +2470,4 @@ } }, "yesterday": "Yesterday" -} \ No newline at end of file +}