diff --git a/awx/ui/static/js/controllers/Credentials.js b/awx/ui/static/js/controllers/Credentials.js index 6fb304cbd6..af769d0833 100644 --- a/awx/ui/static/js/controllers/Credentials.js +++ b/awx/ui/static/js/controllers/Credentials.js @@ -548,14 +548,14 @@ export function CredentialsEdit($scope, $rootScope, $compile, $location, $log, $ $("#" + form.name + "_" + fld + "_show_input_button").html("Hide"); if (associated !== "undefined") { $("#" + form.name + "_" + fld + "_input").attr("type", "password"); - $("#" + form.name + "_" + fld + "_show_input_button").html("ABC"); + $("#" + form.name + "_" + fld + "_show_input_button").html("Show"); $scope[associated] = ''; $scope[form.name + '_form'][associated].$setValidity('awpassmatch', true); } } else { $scope[fld] = ''; $("#" + form.name + "_" + fld + "_input").attr("type", "password"); - $("#" + form.name + "_" + fld + "_show_input_button").html("ABC"); + $("#" + form.name + "_" + fld + "_show_input_button").html("Show"); if (associated !== "undefined") { $("#" + form.name + "_" + fld + "_input").attr("type", "text"); $("#" + form.name + "_" + fld + "_show_input_button").html("Hide"); diff --git a/awx/ui/static/js/helpers/JobSubmission.js b/awx/ui/static/js/helpers/JobSubmission.js index 2777f018f1..b5967c6dd1 100644 --- a/awx/ui/static/js/helpers/JobSubmission.js +++ b/awx/ui/static/js/helpers/JobSubmission.js @@ -589,7 +589,7 @@ function($compile, Rest, GetBasePath, TextareaResize,CreateDialog, GenerateForm, maxlength =(!Empty(question.max)) ? Number(question.max) : "" ; html+= '
'+ ''+ - ''+ + ''+ ''+ '