diff --git a/awx/ui_next/src/components/LaunchPrompt/steps/useInventoryStep.jsx b/awx/ui_next/src/components/LaunchPrompt/steps/useInventoryStep.jsx index c19bdf1ccc..663953a128 100644 --- a/awx/ui_next/src/components/LaunchPrompt/steps/useInventoryStep.jsx +++ b/awx/ui_next/src/components/LaunchPrompt/steps/useInventoryStep.jsx @@ -56,7 +56,7 @@ function getStep(launchConfig, formError, resource) { ouiaId="InventoryStep-alert" variant="warning" isInline - title={t`This inventory is applied to all job template nodes within this workflow (${resource.name}) that prompt for an inventory.`} + title={t`This inventory is applied to all workflow nodes within this workflow (${resource.name}) that prompt for an inventory.`} /> ) : null } diff --git a/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx b/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx index a89638eecd..23c9329b4e 100644 --- a/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx +++ b/awx/ui_next/src/screens/Template/shared/WorkflowJobTemplateForm.jsx @@ -141,7 +141,7 @@ function WorkflowJobTemplateForm({