diff --git a/apps/red-ui/src/app/modules/file-preview/utils/constants.ts b/apps/red-ui/src/app/modules/file-preview/utils/constants.ts index 63376f5f0..bf5b122d1 100644 --- a/apps/red-ui/src/app/modules/file-preview/utils/constants.ts +++ b/apps/red-ui/src/app/modules/file-preview/utils/constants.ts @@ -3,7 +3,7 @@ import { List, ValuesOf } from '@iqser/common-ui'; export const ActionsHelpModeKeys = { redaction: 'redaction', 'manual-redaction': 'redaction', - recommendation: 'recommendation', + recommendation: 'false_positive_entity', skipped: 'skipped', hint: 'hint_text', 'hint-ocr': 'hint_picture', diff --git a/apps/red-ui/src/assets/help-mode/help-mode-keys.json b/apps/red-ui/src/assets/help-mode/help-mode-keys.json index 4ed548ff1..fb262e6b5 100644 --- a/apps/red-ui/src/assets/help-mode/help-mode-keys.json +++ b/apps/red-ui/src/assets/help-mode/help-mode-keys.json @@ -114,8 +114,8 @@ "overlappingElements": ["USER_MENU", "WORKLOAD_FILTER", "DOCUMENT_INFO"] }, { - "elementKey": "recommendation", - "documentKey": "recommendation", + "elementKey": "false_positive_entity", + "documentKey": "false_positive_entity", "scrollableParentView": "ANNOTATIONS_LIST", "overlappingElements": ["USER_MENU", "WORKLOAD_FILTER", "DOCUMENT_INFO"] },