diff --git a/awx/ui_next/src/screens/Host/HostList/HostList.jsx b/awx/ui_next/src/screens/Host/HostList/HostList.jsx
index 9aa8d36d36..684d195ac9 100644
--- a/awx/ui_next/src/screens/Host/HostList/HostList.jsx
+++ b/awx/ui_next/src/screens/Host/HostList/HostList.jsx
@@ -167,6 +167,7 @@ function HostList({ i18n }) {
{i18n._(t`Name`)}
{i18n._(t`Inventory`)}
+ {i18n._(t`Actions`)}
}
renderToolbar={props => (
diff --git a/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx b/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx
index 7d559a11f9..3e91b5a226 100644
--- a/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx
+++ b/awx/ui_next/src/screens/Team/TeamList/TeamList.jsx
@@ -153,6 +153,7 @@ function TeamList({ i18n }) {
{i18n._(t`Name`)}
{i18n._(t`Organization`)}
+ {i18n._(t`Actions`)}
}
renderToolbar={props => (
diff --git a/awx/ui_next/src/screens/User/UserList/UserList.jsx b/awx/ui_next/src/screens/User/UserList/UserList.jsx
index 28530d45fe..9a48938744 100644
--- a/awx/ui_next/src/screens/User/UserList/UserList.jsx
+++ b/awx/ui_next/src/screens/User/UserList/UserList.jsx
@@ -169,6 +169,7 @@ function UserList({ i18n }) {
{i18n._(t`Last Name`)}
{i18n._(t`Role`)}
+ {i18n._(t`Actions`)}
}
renderRow={(user, index) => (