From a27e8393c83a5a6015722492f55b425db99ed872 Mon Sep 17 00:00:00 2001 From: Valentin Mihai Date: Wed, 2 Mar 2022 22:24:35 +0200 Subject: [PATCH] update 'remove_from_dictionary' key --- .../annotation-actions/annotation-actions.component.html | 2 +- apps/red-ui/src/assets/help-mode/links.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-actions/annotation-actions.component.html b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-actions/annotation-actions.component.html index cb6148826..0ec4827e0 100644 --- a/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-actions/annotation-actions.component.html +++ b/apps/red-ui/src/app/modules/dossier/screens/file-preview-screen/components/annotation-actions/annotation-actions.component.html @@ -149,7 +149,7 @@ [tooltip]="'annotation-actions.remove-annotation.remove-from-dict' | translate" [type]="buttonType" icon="red:remove-from-dict" - iqserHelpMode="skipped_remove_from_dictionary" + iqserHelpMode="remove_from_dictionary" [scrollableParentView]="scrollableParentView" > diff --git a/apps/red-ui/src/assets/help-mode/links.json b/apps/red-ui/src/assets/help-mode/links.json index 7dacb0fa5..ae6cc5c82 100644 --- a/apps/red-ui/src/assets/help-mode/links.json +++ b/apps/red-ui/src/assets/help-mode/links.json @@ -119,8 +119,8 @@ "it": "", "fr": "" }, - "skipped_remove_from_dictionary": { - "en": "/en/index-en.html?contextId=skipped_remove_from_dictionary", + "remove_from_dictionary": { + "en": "/en/index-en.html?contextId=remove_from_dictionary", "de": "", "it": "", "fr": ""