RED-5149 - updated keys

This commit is contained in:
Valentin Mihai 2022-09-29 13:33:46 +03:00
parent b8ebed7430
commit 82f3705f52
3 changed files with 3 additions and 15 deletions

View File

@ -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',

View File

@ -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',
};

View File

@ -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": "",