From 6f54574a941c3a4b41ed15a55a43a8de0ed26bf4 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Wed, 19 Feb 2014 13:18:44 -0500 Subject: [PATCH] Fixed spelling issue found in job_templates.limit help. --- awx/ui/static/js/forms/JobTemplates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/forms/JobTemplates.js b/awx/ui/static/js/forms/JobTemplates.js index 5d194c5504..279f7bd980 100644 --- a/awx/ui/static/js/forms/JobTemplates.js +++ b/awx/ui/static/js/forms/JobTemplates.js @@ -157,7 +157,7 @@ angular.module('JobTemplateFormDefinition', []) column: 1, awPopOver: "

Provide a host pattern to further constrain the list of hosts that will be managed or affected by the playbook. " + "Multiple patterns can be separated by ; : or ,

For more information and examples see " + - "the Patters topic at docs.ansible.com.

", + "the Patterns topic at docs.ansible.com.

", dataTitle: 'Limit', dataPlacement: 'right', dataContainer: "body"