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: