From f7a51fe6581b6edd216ad02a8edb434decb396e4 Mon Sep 17 00:00:00 2001 From: mabashian Date: Wed, 25 Nov 2020 12:45:30 -0500 Subject: [PATCH] Change Name strings to Application name in user token search/sort dropdowns --- awx/ui_next/src/screens/User/UserTokenList/UserTokenList.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui_next/src/screens/User/UserTokenList/UserTokenList.jsx b/awx/ui_next/src/screens/User/UserTokenList/UserTokenList.jsx index a60f4412b6..72ba8b31c5 100644 --- a/awx/ui_next/src/screens/User/UserTokenList/UserTokenList.jsx +++ b/awx/ui_next/src/screens/User/UserTokenList/UserTokenList.jsx @@ -108,7 +108,7 @@ function UserTokenList({ i18n }) { onRowClick={handleSelect} toolbarSearchColumns={[ { - name: i18n._(t`Name`), + name: i18n._(t`Application name`), key: 'application__name__icontains', isDefault: true, }, @@ -119,7 +119,7 @@ function UserTokenList({ i18n }) { ]} toolbarSortColumns={[ { - name: i18n._(t`Name`), + name: i18n._(t`Application name`), key: 'application__name', }, {