From dd0f9671a336a5603b48f3eb1e417ec0cfb27663 Mon Sep 17 00:00:00 2001 From: Marius Schummer Date: Wed, 25 Jan 2023 14:36:01 +0100 Subject: [PATCH] RED-5963 Rephrased label for filter "only manual changes" --- 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 0a63da7f3..4a41da0e5 100644 --- a/apps/red-ui/src/assets/i18n/redact/en.json +++ b/apps/red-ui/src/assets/i18n/redact/en.json @@ -1444,7 +1444,7 @@ "filter-types": "Filter", "label": "Filter", "pages-without-annotations": "Only pages without annotations", - "redaction-changes": "Only annotations with redaction changes", + "redaction-changes": "Only annotations with manual changes", "unseen-pages": "Only annotations on unseen pages", "with-comments": "Only annotations with comments" },