fix title of config node (#56810)

pull/56791/head^2
Ashley Harrison 3 years ago committed by GitHub
parent 94ed744454
commit 8846778f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      public/app/core/components/NavBar/navBarItem-translations.ts
  2. 3
      public/locales/en-US/grafana.json
  3. 3
      public/locales/es-ES/grafana.json
  4. 3
      public/locales/fr-FR/grafana.json
  5. 3
      public/locales/pseudo-LOCALE/grafana.json
  6. 3
      public/locales/zh-Hans/grafana.json

@ -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…
Cancel
Save