diff --git a/src/App.vue b/src/App.vue index 6678b267..5d912417 100644 --- a/src/App.vue +++ b/src/App.vue @@ -590,21 +590,21 @@ export default { }, { icon: 'history', - text: i18n.t('NotificationHistory'), + text: i18n.t('Notification History'), path: '/notificationhistory', perms: 'read:notification_history', show: true }, { icon: 'av_timer', - text: i18n.t('NotificationDelay'), + text: i18n.t('Notification Delays'), path: '/notificationdelays', perms: 'read:notification_rules', show: true }, { icon: 'arrow_upward', - text: i18n.t('EscalationRules'), + text: i18n.t('Escalation Rules'), path: '/escalationrules', perms: 'read:escalation_rules', show: true @@ -639,14 +639,14 @@ export default { }, { icon: 'people', - text: i18n.t('NotificationGroups'), + text: i18n.t('Notification Groups'), path: '/notificationgroups', perms: 'read:notification_groups', show: true }, { icon: 'phone', - text: i18n.t('OnCall'), + text: i18n.t('On Call'), path: '/oncall', perms: 'read:notification_rules', show: true @@ -667,14 +667,14 @@ export default { }, { icon: 'notifications', - text: i18n.t('NotificationChannels'), + text: i18n.t('Notification Channels'), path: '/notificationchannels', perms: 'read:notification_channels', show: true }, { icon: 'notifications', - text: i18n.t('NotificationRules'), + text: i18n.t('Notification Rules'), path: '/notificationrules', perms: 'read:notification_rules', show: true diff --git a/src/components/EscalationRuleList.vue b/src/components/EscalationRuleList.vue index 7ddc655a..af315114 100644 --- a/src/components/EscalationRuleList.vue +++ b/src/components/EscalationRuleList.vue @@ -248,7 +248,7 @@ - {{ $t('escalationRules') }} + {{ $t('Escalation Rules') }} - {{ $t('notificationChannels') }} + {{ $t('Notification Channels') }}