diff --git a/awx/ui_next/src/components/NotificationList/NotificationList.jsx b/awx/ui_next/src/components/NotificationList/NotificationList.jsx index 35a77b52f3..4bdba17027 100644 --- a/awx/ui_next/src/components/NotificationList/NotificationList.jsx +++ b/awx/ui_next/src/components/NotificationList/NotificationList.jsx @@ -187,7 +187,7 @@ function NotificationList({ key: 'description__icontains', }, { - name: i18n._(t`Type`), + name: i18n._(t`Notification type`), key: 'or__notification_type', options: [ ['email', i18n._(t`Email`)],