From 3d03c473d6a69106e17a6de31e1f440bffdad076 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 16 Dec 2020 14:55:19 -0500 Subject: [PATCH] Change `Type` to `Notification type` since this endpoint has both type and notification_type attributes. --- .../src/components/NotificationList/NotificationList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)],