Update inventory prompt string for workflows

Update inventory prompt string for workflows

closes: https://github.com/ansible/awx/issues/2961
This commit is contained in:
nixocio
2021-07-06 13:30:23 -04:00
parent bc8e19b51d
commit 6d9996cd0e
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ function getStep(launchConfig, formError, resource) {
ouiaId="InventoryStep-alert" ouiaId="InventoryStep-alert"
variant="warning" variant="warning"
isInline 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 ) : null
} }

View File

@@ -141,7 +141,7 @@ function WorkflowJobTemplateForm({
<InventoryLookup <InventoryLookup
promptId="wfjt-ask-inventory-on-launch" promptId="wfjt-ask-inventory-on-launch"
promptName="ask_inventory_on_launch" promptName="ask_inventory_on_launch"
tooltip={t`Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.`} tooltip={t`Select an inventory for the workflow. This inventory is applied to all workflow nodes that prompt for an inventory.`}
fieldId="wfjt-inventory" fieldId="wfjt-inventory"
isPromptableField isPromptableField
value={inventoryField.value} value={inventoryField.value}