mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Update wording / text and copy (#61868)
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
This commit is contained in:
@@ -162,7 +162,10 @@ export function getNavSubTitle(navId: string | undefined) {
|
||||
case 'alert-list':
|
||||
return t('nav.alerting-list.subtitle', 'Rules that determine whether an alert will fire');
|
||||
case 'receivers':
|
||||
return t('nav.alerting-receivers.subtitle', 'Decide how your contacts are notified when an alert fires');
|
||||
return t(
|
||||
'nav.alerting-receivers.subtitle',
|
||||
'Choose how to notify your contact points when an alert instance fires'
|
||||
);
|
||||
case 'am-routes':
|
||||
return t('nav.alerting-am-routes.subtitle', 'Determine how alerts are routed to contact points');
|
||||
case 'silences':
|
||||
|
||||
Reference in New Issue
Block a user