From caabdbf6326f2cd08fd4875c0a06c2f4d9750671 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Fri, 11 Mar 2022 14:54:45 +0200 Subject: [PATCH] fix RED-3479 --- apps/red-ui/src/app/models/file/annotation.wrapper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/models/file/annotation.wrapper.ts b/apps/red-ui/src/app/models/file/annotation.wrapper.ts index 2b6674624..8dbd3ec73 100644 --- a/apps/red-ui/src/app/models/file/annotation.wrapper.ts +++ b/apps/red-ui/src/app/models/file/annotation.wrapper.ts @@ -412,7 +412,7 @@ export class AnnotationWrapper { case ManualRedactionType.FORCE_HINT: switch (lastManualChange.annotationStatus) { case LogEntryStatus.APPROVED: - return 'redaction'; + return 'hint'; case LogEntryStatus.DECLINED: return 'ignored-hint'; case LogEntryStatus.REQUESTED: