From 82f3705f52e9af9998a8e88399506c7ebe5c1637 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Thu, 29 Sep 2022 13:33:46 +0300 Subject: [PATCH] RED-5149 - updated keys --- .../admin/admin-side-nav/admin-side-nav.component.ts | 2 +- .../dictionary-manager.component.ts | 4 ++-- apps/red-ui/src/assets/help-mode/links.json | 12 ------------ 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/apps/red-ui/src/app/modules/admin/admin-side-nav/admin-side-nav.component.ts b/apps/red-ui/src/app/modules/admin/admin-side-nav/admin-side-nav.component.ts index a4e8d9b0f..cb30b0a66 100644 --- a/apps/red-ui/src/app/modules/admin/admin-side-nav/admin-side-nav.component.ts +++ b/apps/red-ui/src/app/modules/admin/admin-side-nav/admin-side-nav.component.ts @@ -135,7 +135,7 @@ export class AdminSideNavComponent implements OnInit { { screen: 'false-positive', label: _('admin-side-nav.false-positive'), - helpModeKey: 'false_positive_entity', + helpModeKey: 'false_recommendations_entity', }, { screen: 'false-recommendations', diff --git a/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts b/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts index 3d06581c9..b9e754cd1 100644 --- a/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts +++ b/apps/red-ui/src/app/modules/shared/components/dictionary-manager/dictionary-manager.component.ts @@ -15,8 +15,8 @@ import FindMatch = monaco.editor.FindMatch; const SMOOTH_SCROLL = 0; const HELP_MODE_KEYS = { - dictionary: 'download_dictionary', - 'false-positive': 'false_positive_entity', + dictionary: 'dictionary_entity', + 'false-positive': 'false_recommendations_entity', 'false-recommendations': 'false_recommendations_entity', }; diff --git a/apps/red-ui/src/assets/help-mode/links.json b/apps/red-ui/src/assets/help-mode/links.json index 8d187af57..4bab72c49 100644 --- a/apps/red-ui/src/assets/help-mode/links.json +++ b/apps/red-ui/src/assets/help-mode/links.json @@ -497,18 +497,6 @@ "it": "", "fr": "" }, - "download_dictionary": { - "en": "/en/index-en.html?contextId=download_dictionary", - "de": "", - "it": "", - "fr": "" - }, - "false_positive_entity": { - "en": "/en/index-en.html?contextId=false_positive_entity", - "de": "", - "it": "", - "fr": "" - }, "false_recommendations_entity": { "en": "/en/index-en.html?contextId=false_recommendations_entity", "de": "",