Change Type to Notification type since this endpoint has both type and notification_type attributes.

This commit is contained in:
mabashian
2020-12-16 14:55:19 -05:00
parent a0afe0bdb7
commit 3d03c473d6

View File

@@ -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`)],