diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index 3e0670bb66..086f74d469 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) { @@ -125,6 +125,7 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi html += "\n"; html += "* " + field.label + "\n"; html += "