diff --git a/public/locales/de-DE/grafana.json b/public/locales/de-DE/grafana.json index 4e39e23d0c4..2040f3507eb 100644 --- a/public/locales/de-DE/grafana.json +++ b/public/locales/de-DE/grafana.json @@ -887,7 +887,8 @@ "title": "Meldungen" }, "alerting-admin": { - "title": "Einstellungen" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Lege fest, wie Warnungen an Kontaktpunkte weitergeleitet werden", diff --git a/public/locales/es-ES/grafana.json b/public/locales/es-ES/grafana.json index c22c1eecbfd..25b0fb2732e 100644 --- a/public/locales/es-ES/grafana.json +++ b/public/locales/es-ES/grafana.json @@ -887,7 +887,8 @@ "title": "Alertas" }, "alerting-admin": { - "title": "Configuración" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Determinar cómo se enrutan las alertas a los puntos de contacto", diff --git a/public/locales/fr-FR/grafana.json b/public/locales/fr-FR/grafana.json index b853088d319..e021ef66172 100644 --- a/public/locales/fr-FR/grafana.json +++ b/public/locales/fr-FR/grafana.json @@ -887,7 +887,8 @@ "title": "Alertes" }, "alerting-admin": { - "title": "Paramètres" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Déterminer comment les alertes sont acheminées vers les points de contact", diff --git a/public/locales/pt-BR/grafana.json b/public/locales/pt-BR/grafana.json index b8ea197b07e..a727524da37 100644 --- a/public/locales/pt-BR/grafana.json +++ b/public/locales/pt-BR/grafana.json @@ -887,7 +887,8 @@ "title": "Alertas" }, "alerting-admin": { - "title": "Administrador" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "Determine como os alertas são encaminhados para pontos de contato", diff --git a/public/locales/zh-Hans/grafana.json b/public/locales/zh-Hans/grafana.json index 6eb597d75b9..8eaa2a49cf1 100644 --- a/public/locales/zh-Hans/grafana.json +++ b/public/locales/zh-Hans/grafana.json @@ -881,7 +881,8 @@ "title": "警报" }, "alerting-admin": { - "title": "设置" + "title": "", + "subtitle": "" }, "alerting-am-routes": { "subtitle": "确定警报如何路由到联络点",