Navigation: Rename Alerts & incidents to Alerts & IRM (#65635)

update Alerts & incidents to Alerts & IRM
This commit is contained in:
Ashley Harrison
2023-03-31 09:40:06 +01:00
committed by GitHub
parent a123e0a97c
commit e39c3b76dd
14 changed files with 25 additions and 25 deletions
@@ -114,7 +114,7 @@ export function getNavTitle(navId: string | undefined) {
case 'apps':
return t('nav.apps.title', 'Apps');
case 'alerts-and-incidents':
return t('nav.alerts-and-incidents.title', 'Alerts & incidents');
return t('nav.alerts-and-incidents.title', 'Alerts & IRM');
case 'help':
return t('nav.help.title', 'Help');
case 'profile/settings':