diff --git a/awx/ui/client/src/templates/prompt/steps/inventory/prompt-inventory.directive.js b/awx/ui/client/src/templates/prompt/steps/inventory/prompt-inventory.directive.js index 4bf34ad35d..7177964518 100644 --- a/awx/ui/client/src/templates/prompt/steps/inventory/prompt-inventory.directive.js +++ b/awx/ui/client/src/templates/prompt/steps/inventory/prompt-inventory.directive.js @@ -54,7 +54,7 @@ export default [ 'templateUrl', 'QuerySet', 'GetBasePath', 'generateList', '$com }; if (scope.promptData.templateType === "workflow_job_template") { - listConfig.lookupMessage = i18n._("This inventory is applied to all job templates nodes that prompt for an inventory."); + listConfig.lookupMessage = i18n._("This inventory is applied to all job template nodes that prompt for an inventory."); } let html = GenerateList.build(listConfig); diff --git a/awx/ui/client/src/templates/workflows.form.js b/awx/ui/client/src/templates/workflows.form.js index 751a0858fd..b531798248 100644 --- a/awx/ui/client/src/templates/workflows.form.js +++ b/awx/ui/client/src/templates/workflows.form.js @@ -71,14 +71,14 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) { inventory: { label: i18n._('Inventory'), type: 'lookup', - lookupMessage: i18n._("This inventory is applied to all job templates nodes that prompt for an inventory."), + lookupMessage: i18n._("This inventory is applied to all job template nodes that prompt for an inventory."), basePath: 'inventory', list: 'InventoryList', sourceModel: 'inventory', sourceField: 'name', autopopulateLookup: false, column: 1, - awPopOver: "
" + i18n._("Select an inventory for the workflow. This inventory is applied to all job templates nodes that prompt for an inventory.") + "
", + awPopOver: "" + i18n._("Select an inventory for the workflow. This inventory is applied to all job template nodes that prompt for an inventory.") + "
", dataTitle: i18n._('Inventory'), dataPlacement: 'right', dataContainer: "body",