From 767ec36ad6c76d7e9dbf3f5a04a12b6424ffbf7f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Apr 2015 15:00:01 -0400 Subject: [PATCH] Fix typo --- 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 c8fc483f53..856c2527bc 100644 --- a/awx/ui/static/js/forms/JobTemplates.js +++ b/awx/ui/static/js/forms/JobTemplates.js @@ -143,7 +143,7 @@ export default editRequired: false, column: 1, awPopOver: "

Select the credential you want the job to use when accessing the remote hosts. Choose the credential containing " + - " the username and SSH key or password that Ansbile will need to log into the remote hosts.

", + " the username and SSH key or password that Ansible will need to log into the remote hosts.

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