mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
Fix casing on quick search labels
This commit is contained in:
parent
d58b4807d9
commit
e9a51c0bcc
@ -123,7 +123,7 @@ function NotificationTemplatesList({ i18n }) {
|
||||
key: 'description__icontains',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Type`),
|
||||
name: i18n._(t`Notification type`),
|
||||
key: 'or__notification_type',
|
||||
options: [
|
||||
['email', i18n._(t`Email`)],
|
||||
@ -139,11 +139,11 @@ function NotificationTemplatesList({ i18n }) {
|
||||
],
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Created By (Username)`),
|
||||
name: i18n._(t`Created by (username)`),
|
||||
key: 'created_by__username__icontains',
|
||||
},
|
||||
{
|
||||
name: i18n._(t`Modified By (Username)`),
|
||||
name: i18n._(t`Modified by (username)`),
|
||||
key: 'modified_by__username__icontains',
|
||||
},
|
||||
]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user