diff --git a/awx/ui/static/js/forms/SurveyQuestion.js b/awx/ui/static/js/forms/SurveyQuestion.js index 2f39879574..e3fd0a056a 100644 --- a/awx/ui/static/js/forms/SurveyQuestion.js +++ b/awx/ui/static/js/forms/SurveyQuestion.js @@ -166,13 +166,13 @@ angular.module('SurveyQuestionFormDefinition', []) control: '
'+ '
'+ ''+ - '
Please enter a valid decimal number.
'+ - '
Please enter a smaller decimal number.
'+ + '
Please enter a valid float.
'+ + '
Please enter a smaller float.
'+ '
'+ '
'+ ''+ - '
Please enter a valid decimal number.
'+ - '
Please enter a larger decimal number.
'+ + '
Please enter a valid float.
'+ + '
Please enter a larger float.
'+ '
'+ '
', @@ -229,7 +229,7 @@ angular.module('SurveyQuestionFormDefinition', []) control: '
'+ ''+ ''+ - '
Please enter a valid decimal number.
'+ + '
Please enter a valid float.
'+ '
Please enter a value in the range of {{float_min}} to {{float_max}}!
'+ '
', column: 2, diff --git a/awx/ui/static/lib/ansible/form-generator.js b/awx/ui/static/lib/ansible/form-generator.js index 63f396909d..7089ec804f 100644 --- a/awx/ui/static/lib/ansible/form-generator.js +++ b/awx/ui/static/lib/ansible/form-generator.js @@ -784,7 +784,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator } if (field.awPassMatch) { html += "
This must match the password value input above.
\n"; + ".$error.awpassmatch\">This value does not match the password you entered previously. Please confirm that password.\n"; } if (field.awValidUrl) { html += "