mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Change Name strings to Application name in user token search/sort dropdowns
This commit is contained in:
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user