diff --git a/awx/ui/client/src/instance-groups/instances/instances-list.partial.html b/awx/ui/client/src/instance-groups/instances/instances-list.partial.html index 197f15050d..6d692cc6e5 100644 --- a/awx/ui/client/src/instance-groups/instances/instances-list.partial.html +++ b/awx/ui/client/src/instance-groups/instances/instances-list.partial.html @@ -49,12 +49,14 @@ ng-class="{'is-on': instance.enabled, 'ScheduleToggle--disabled': vm.rowAction.toggle._disabled}"> {{:: vm.strings.get('ON') }} diff --git a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html index 1b1bd7ed4c..2c1f3b0747 100644 --- a/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html +++ b/awx/ui/client/src/inventories-hosts/hosts/hosts.partial.html @@ -52,8 +52,8 @@ - ON - OFF + ON + OFF diff --git a/awx/ui/client/src/job-submission/job-submission.partial.html b/awx/ui/client/src/job-submission/job-submission.partial.html index 5e8dfc890e..82c699ef3d 100644 --- a/awx/ui/client/src/job-submission/job-submission.partial.html +++ b/awx/ui/client/src/job-submission/job-submission.partial.html @@ -264,9 +264,9 @@ - ON - OFF + OFF diff --git a/awx/ui/client/src/partials/survey-maker-modal.html b/awx/ui/client/src/partials/survey-maker-modal.html index 476af0bc30..832496c4e6 100644 --- a/awx/ui/client/src/partials/survey-maker-modal.html +++ b/awx/ui/client/src/partials/survey-maker-modal.html @@ -23,8 +23,8 @@ {{name || "New Job Template"}}SURVEY - ON - OFF + ON + OFF diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index 5387fca4f5..fc44a61a4b 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -518,11 +518,11 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat html += "\">" + i18n._("ON") + "" + i18n._("ON") + "`; - html += `${i18n._("ON")} - ${i18n._("OFF")} `; } diff --git a/awx/ui/client/src/shared/generator-helpers.js b/awx/ui/client/src/shared/generator-helpers.js index f35eb9d1ff..af7f035001 100644 --- a/awx/ui/client/src/shared/generator-helpers.js +++ b/awx/ui/client/src/shared/generator-helpers.js @@ -533,11 +533,11 @@ angular.module('GeneratorHelpers', [systemStatus.name]) html += "\">" + i18n._("ON") + "" + i18n._("ON") + " - {{:: vm.strings.get('ON') }} - {{:: vm.strings.get('OFF') }} + {{:: vm.strings.get('ON') }} + {{:: vm.strings.get('OFF') }}