diff --git a/public/app/core/utils/navBarItem-translations.ts b/public/app/core/utils/navBarItem-translations.ts index 653cacaa3fe..993a914d2c7 100644 --- a/public/app/core/utils/navBarItem-translations.ts +++ b/public/app/core/utils/navBarItem-translations.ts @@ -234,7 +234,10 @@ export function getNavSubTitle(navId: string | undefined) { 'Upgrade your existing legacy alerts and notification channels to the new Grafana Alerting' ); case 'alerting-admin': - return t('nav.alerting-admin.subtitle', 'Manage Alertmanager configurations'); + return t( + 'nav.alerting-admin.subtitle', + 'Manage Alertmanager configurations and enable receiving Grafana-managed alerts' + ); case 'alert-list': return t('nav.alerting-list.subtitle', 'Rules that determine whether an alert will fire'); case 'receivers': diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index a1d1c9684ce..75c470cc7fa 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -2031,7 +2031,7 @@ "title": "Alerting" }, "alerting-admin": { - "subtitle": "Manage Alertmanager configurations", + "subtitle": "Manage Alertmanager configurations and enable receiving Grafana-managed alerts", "title": "Settings" }, "alerting-am-routes": { diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index 2c7eadc99e0..9eecbf9d185 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -2031,7 +2031,7 @@ "title": "Åľęřŧįʼnģ" }, "alerting-admin": { - "subtitle": "Mäʼnäģę Åľęřŧmäʼnäģęř čőʼnƒįģūřäŧįőʼnş", + "subtitle": "Mäʼnäģę Åľęřŧmäʼnäģęř čőʼnƒįģūřäŧįőʼnş äʼnđ ęʼnäþľę řęčęįvįʼnģ Ğřäƒäʼnä-mäʼnäģęđ äľęřŧş", "title": "Ŝęŧŧįʼnģş" }, "alerting-am-routes": {