From 8ac8fb9016a7e050855a83f20b14e212428ce4f8 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 10 Sep 2019 11:42:28 -0400 Subject: [PATCH] add more details to workflow limit help text --- awx/ui/client/src/templates/workflows.form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/templates/workflows.form.js b/awx/ui/client/src/templates/workflows.form.js index 839abfd265..9124233c71 100644 --- a/awx/ui/client/src/templates/workflows.form.js +++ b/awx/ui/client/src/templates/workflows.form.js @@ -93,7 +93,7 @@ export default ['NotificationsList', 'i18n', function(NotificationsList, i18n) { label: i18n._('Limit'), type: 'text', column: 1, - awPopOver: "

" + i18n._("Select a limit for the workflow. This limit is applied to all job template nodes that prompt for a limit.") + "

", + awPopOver: "

" + i18n._("Provide a host pattern to further constrain the list of hosts that will be managed or affected by the workflow. This limit is applied to all job template nodes that prompt for a limit. Refer to Ansible documentation for more information and examples on patterns.") + "

", dataTitle: i18n._('Limit'), dataPlacement: 'right', dataContainer: "body",