diff --git a/public/app/core/components/NavBar/navBarItem-translations.ts b/public/app/core/components/NavBar/navBarItem-translations.ts index c49f5faac65..489420ec3a1 100644 --- a/public/app/core/components/NavBar/navBarItem-translations.ts +++ b/public/app/core/components/NavBar/navBarItem-translations.ts @@ -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': diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index ae8b5376533..f975f753393 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -155,7 +155,8 @@ "title": "Apps" }, "config": { - "title": "Configuration" + "title": "Administration", + "titleBeforeTopnav": "Configuration" }, "correlations": { "subtitle": "Add and configure correlations", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index 903f86a76e9..70795d69a1b 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -155,7 +155,8 @@ "title": "" }, "config": { - "title": "" + "title": "", + "titleBeforeTopnav": "" }, "correlations": { "subtitle": "", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index 903f86a76e9..70795d69a1b 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -155,7 +155,8 @@ "title": "" }, "config": { - "title": "" + "title": "", + "titleBeforeTopnav": "" }, "correlations": { "subtitle": "", diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index dc3153d6a14..61cb10d38a2 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -155,7 +155,8 @@ "title": "Åppş" }, "config": { - "title": "Cőʼnƒįģūřäŧįőʼn" + "title": "Åđmįʼnįşŧřäŧįőʼn", + "titleBeforeTopnav": "Cőʼnƒįģūřäŧįőʼn" }, "correlations": { "subtitle": "Åđđ äʼnđ čőʼnƒįģūřę čőřřęľäŧįőʼnş", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 903f86a76e9..70795d69a1b 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -155,7 +155,8 @@ "title": "" }, "config": { - "title": "" + "title": "", + "titleBeforeTopnav": "" }, "correlations": { "subtitle": "",