diff --git a/awx/ui/client/features/templates/templates.strings.js b/awx/ui/client/features/templates/templates.strings.js index 16dac68e62..e63fafc77b 100644 --- a/awx/ui/client/features/templates/templates.strings.js +++ b/awx/ui/client/features/templates/templates.strings.js @@ -48,6 +48,7 @@ function TemplatesStrings (BaseString) { SKIP_TAGS: t.s('Skip Tags'), JOB_TAGS: t.s('Job Tags'), LIMIT: t.s('Limit'), + LIMIT_HELP: t.s('Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. Multiple patterns are allowed. Refer to Ansible documentation for more information and examples on patterns.'), JOB_TYPE: t.s('Job Type'), VERBOSITY: t.s('Verbosity'), CHOOSE_JOB_TYPE: t.s('Choose a job type'), diff --git a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html index 9ab3aa09d5..ab2be3b4f3 100644 --- a/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html +++ b/awx/ui/client/src/templates/prompt/steps/other-prompts/prompt-other-prompts.partial.html @@ -22,6 +22,9 @@