mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
fix title of config node (#56810)
This commit is contained in:
parent
94ed744454
commit
8846778f9b
@ -66,7 +66,9 @@ export function getNavTitle(navId: string | undefined) {
|
||||
case 'alerting-admin':
|
||||
return t('nav.alerting-admin.title', 'Admin');
|
||||
case 'cfg':
|
||||
return t('nav.config.title', 'Configuration');
|
||||
return config.featureToggles.topnav
|
||||
? t('nav.config.title', 'Administration')
|
||||
: t('nav.config.titleBeforeTopnav', 'Configuration');
|
||||
case 'datasources':
|
||||
return t('nav.datasources.title', 'Data sources');
|
||||
case 'correlations':
|
||||
|
@ -155,7 +155,8 @@
|
||||
"title": "Apps"
|
||||
},
|
||||
"config": {
|
||||
"title": "Configuration"
|
||||
"title": "Administration",
|
||||
"titleBeforeTopnav": "Configuration"
|
||||
},
|
||||
"correlations": {
|
||||
"subtitle": "Add and configure correlations",
|
||||
|
@ -155,7 +155,8 @@
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": ""
|
||||
"title": "",
|
||||
"titleBeforeTopnav": ""
|
||||
},
|
||||
"correlations": {
|
||||
"subtitle": "",
|
||||
|
@ -155,7 +155,8 @@
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": ""
|
||||
"title": "",
|
||||
"titleBeforeTopnav": ""
|
||||
},
|
||||
"correlations": {
|
||||
"subtitle": "",
|
||||
|
@ -155,7 +155,8 @@
|
||||
"title": "Åppş"
|
||||
},
|
||||
"config": {
|
||||
"title": "Cőʼnƒįģūřäŧįőʼn"
|
||||
"title": "Åđmįʼnįşŧřäŧįőʼn",
|
||||
"titleBeforeTopnav": "Cőʼnƒįģūřäŧįőʼn"
|
||||
},
|
||||
"correlations": {
|
||||
"subtitle": "Åđđ äʼnđ čőʼnƒįģūřę čőřřęľäŧįőʼnş",
|
||||
|
@ -155,7 +155,8 @@
|
||||
"title": ""
|
||||
},
|
||||
"config": {
|
||||
"title": ""
|
||||
"title": "",
|
||||
"titleBeforeTopnav": ""
|
||||
},
|
||||
"correlations": {
|
||||
"subtitle": "",
|
||||
|
Loading…
Reference in New Issue
Block a user