From 2b499dbf57635e67c841ca023e6cbc1afc8d14fb Mon Sep 17 00:00:00 2001 From: Marius Schummer Date: Wed, 24 Apr 2024 13:36:27 +0200 Subject: [PATCH] RED-8904 Correct label for hints in remove dialog --- apps/red-ui/src/assets/i18n/redact/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/assets/i18n/redact/en.json b/apps/red-ui/src/assets/i18n/redact/en.json index d3b9280fe..368a45c7b 100644 --- a/apps/red-ui/src/assets/i18n/redact/en.json +++ b/apps/red-ui/src/assets/i18n/redact/en.json @@ -2069,7 +2069,7 @@ }, "only-here": { "description": "Do not {type, select, hint{annotate} other{redact}} the term at this position in the current document.", - "description-bulk": "Do not redact the selected terms at this position in the current document.", + "description-bulk": "Do not {type, select, hint{annotate} other{redact}} the selected terms at this position in the current document.", "label": "Remove here" } }