From a5e41616cd61b935372c0b11eaad7cdde18cec6a Mon Sep 17 00:00:00 2001 From: Marius Schummer Date: Wed, 24 Apr 2024 11:53:09 +0200 Subject: [PATCH] RED-8904 Correct "in dossier" labels in Remove dialog --- apps/red-ui/src/assets/i18n/redact/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/red-ui/src/assets/i18n/redact/en.json b/apps/red-ui/src/assets/i18n/redact/en.json index cf3a9a387..d3b9280fe 100644 --- a/apps/red-ui/src/assets/i18n/redact/en.json +++ b/apps/red-ui/src/assets/i18n/redact/en.json @@ -2061,8 +2061,8 @@ "label": "Remove from dossier in this context" }, "in-dossier": { - "description": "Do not {type, select, hint{annotate} other{redact}} the selected term in any document of the current dossier.", - "description-bulk": "Do not auto-redact the selected term in this dossier.", + "description": "Do not {type, select, hint{annotate} other{auto-redact}} the selected term in any document of the current dossier.", + "description-bulk": "Do not {type, select, hint{annotate} other{auto-redact}} the selected terms in this dossier.", "extraOptionLabel": "Apply to all active and future dossiers", "label": "Remove from dossier", "label-bulk": "Remove from dossier"