diff --git a/awx/ui/src/components/PaginatedTable/HeaderRow.js b/awx/ui/src/components/PaginatedTable/HeaderRow.js
index 56d23934e0..a3041775d5 100644
--- a/awx/ui/src/components/PaginatedTable/HeaderRow.js
+++ b/awx/ui/src/components/PaginatedTable/HeaderRow.js
@@ -7,6 +7,7 @@ import { parseQueryString, updateQueryString } from 'util/qs';
const Th = styled(PFTh)`
--pf-c-table--cell--Overflow: initial;
+ --pf-c-table--cell--MaxWidth: none;
`;
export default function HeaderRow({
diff --git a/awx/ui/src/locales/fr/messages.po b/awx/ui/src/locales/fr/messages.po
index e7d2c31a24..c28fdc82e2 100644
--- a/awx/ui/src/locales/fr/messages.po
+++ b/awx/ui/src/locales/fr/messages.po
@@ -9071,7 +9071,7 @@ msgstr "Utilisateur"
#: components/AppContainer/PageHeaderToolbar.js:165
msgid "User Details"
-msgstr "Détails de l'erreur"
+msgstr "Détails de l'utilisateur"
#: screens/Setting/SettingList.js:117
#: screens/Setting/Settings.js:114
@@ -10164,4 +10164,4 @@ msgstr "{selectedItemsCount, plural, one {Click to run a health check on the sel
#: components/AppContainer/AppContainer.js:154
msgid "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
-msgstr "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
+msgstr "{sessionCountdown, plural, one {You will be logged out in # second due to inactivity} other {You will be logged out in # seconds due to inactivity}}"
diff --git a/awx/ui/src/screens/User/UserTokenList/UserTokenList.js b/awx/ui/src/screens/User/UserTokenList/UserTokenList.js
index 14d659f020..03bb495fab 100644
--- a/awx/ui/src/screens/User/UserTokenList/UserTokenList.js
+++ b/awx/ui/src/screens/User/UserTokenList/UserTokenList.js
@@ -134,6 +134,10 @@ function UserTokenList() {
name: t`Application name`,
key: 'application__name',
},
+ {
+ name: t`Description`,
+ key: 'description',
+ },
{
name: t`Scope`,
key: 'scope',
@@ -181,6 +185,7 @@ function UserTokenList() {
headerRow={