RED-5149 - updated keys
This commit is contained in:
parent
b8ebed7430
commit
82f3705f52
@ -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',
|
||||
|
||||
@ -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',
|
||||
};
|
||||
|
||||
|
||||
@ -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": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user