diff --git a/awx/ui/static/lib/ansible/form-generator.js b/awx/ui/static/lib/ansible/form-generator.js
index 452e17927b..9790b4c220 100644
--- a/awx/ui/static/lib/ansible/form-generator.js
+++ b/awx/ui/static/lib/ansible/form-generator.js
@@ -784,11 +784,11 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
}
if (field.awPassMatch) {
html += "
Must match Password value
\n";
+ ".$error.awpassmatch\">This must match the password value input above.\n";
}
if (field.awValidUrl) {
html += "
URL must begin with ssh, http or https and may not contain '@'
\n";
+ ".$error.awvalidurl\">This URL must begin with ssh, http or https and may not contain '@'. \n";
}
html += "\n";
@@ -796,7 +796,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
if (field.chkPass) {
// complexity error
html += "
Password must be stronger
\n";
+ ".$error.complexity\">The password should be stronger (see strength bar below).\n";
// progress bar
html += "