diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js index 6d3a82286d..6bff4c4b86 100644 --- a/awx/ui/client/src/forms/JobTemplates.js +++ b/awx/ui/client/src/forms/JobTemplates.js @@ -205,7 +205,7 @@ export default column: 2, awPopOver: "

Provide a comma separated list of tags.

\n" + "

Tags are useful when you have a large playbook, and you want to run a specific part of a play or task.

" + - "

For example, you might have a task consisiting of a long list of actions. Tag values can be assigned to each action. " + + "

For example, you might have a task consisting of a long list of actions. Tag values can be assigned to each action. " + "Suppose the actions have been assigned tag values of "configuration", "packages" and "install".

" + "

If you just want to run the "configuration" and "packages" actions, you would enter the following here " + "in the Job Tags field:

\n
configuration,packages
\n",