diff --git a/awx/ui_next/src/components/JobCancelButton/JobCancelButton.jsx b/awx/ui_next/src/components/JobCancelButton/JobCancelButton.jsx index b3ab1e9fa7..177f217fd3 100644 --- a/awx/ui_next/src/components/JobCancelButton/JobCancelButton.jsx +++ b/awx/ui_next/src/components/JobCancelButton/JobCancelButton.jsx @@ -33,7 +33,7 @@ function JobCancelButton({ )} @@ -77,7 +77,7 @@ function JobCancelButton({ , ]} > - {t`Are you sure you want to submit the request to cancel this job?`} + {t`Are you sure you want to cancel this job?`} )} {error && ( diff --git a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceListItem.jsx b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceListItem.jsx index a5b4603bfc..dce8c861fe 100644 --- a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceListItem.jsx +++ b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceListItem.jsx @@ -92,11 +92,8 @@ function InventorySourceListItem({