Docs: Update wording / text and copy (#61868)

Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
This commit is contained in:
Gilles De Mey
2023-01-30 16:26:21 +01:00
committed by GitHub
parent 7b47beef2f
commit 702fd0f9e8
26 changed files with 51 additions and 50 deletions

View File

@@ -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':