diff --git a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html index 8522f1da36..4800cafcb4 100644 --- a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html +++ b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html @@ -19,14 +19,14 @@
-
Schedule name is required
+
A schedule name is required.
-
A value is required
-
This is not valid number
+
A value is required.
+
This is not a valid number.
@@ -53,7 +53,7 @@ : :
-
Time must be in HH24:MM:SS format
+
The time must be in HH24:MM:SS format.
@@ -96,7 +96,7 @@ -
Provide a value between 1 and 999
+
Please provide a value between 1 and 999.
@@ -111,7 +111,7 @@
-
Must be between 1 and 31
+
The day must be between 1 and 31.
@@ -148,7 +148,7 @@
-
Must be between 1 and 31
+
The day must be between 1 and 31.
@@ -190,7 +190,7 @@ -
Select one or more days
+
Please select one or more days.
@@ -209,7 +209,7 @@ ng-model="schedulerOccurrenceCount" min="1" max="999" on-change="resetError('scheduler_occurrenceCount_error')" >
-
Provide a value between 1 and 999
+
Please provide a value between 1 and 999.
@@ -222,7 +222,7 @@
-
Provide a valid date
+
Please provide a valid date.
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 += "
\n"; @@ -1151,7 +1151,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator this.form.name + '_form.' + field.sourceModel + '_' + field.sourceField + ".$dirty && " + this.form.name + '_form.' + field.sourceModel + '_' + field.sourceField + - ".$error.awlookup\">Value not found
\n"; + ".$error.awlookup\">Value not found.\n"; html += "
\n"; html += "\n";