diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index 086f74d469..cf0db35dce 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -113,7 +113,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi function buildHtml() { var fld, field, html; html = ""; - html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; + html += "
Launching this job requires the passwords listed below. Enter and confirm each password before continuing.
\n"; html += "
\n"; passwords.forEach(function(password) {