From 6d9996cd0ec720902aea956e889f110e7ef63b13 Mon Sep 17 00:00:00 2001 From: nixocio Date: Tue, 6 Jul 2021 13:30:23 -0400 Subject: [PATCH] Update inventory prompt string for workflows Update inventory prompt string for workflows closes: https://github.com/ansible/awx/issues/2961 --- .../src/components/LaunchPrompt/steps/useInventoryStep.jsx | 2 +- .../src/screens/Template/shared/WorkflowJobTemplateForm.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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({