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', }, {