Skip to content

Commit

Permalink
Changing Text
Browse files Browse the repository at this point in the history
  • Loading branch information
clj13001 committed Feb 10, 2017
1 parent 7eb10f0 commit a7d9b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/html/javascript/profileSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function warningtext(id){
if(id == "inputName")
return "This is a required field.";
else if (id == "inputSSO")
return "Invalid SSO.";
return "This is a required field.";
}

function querySSO(){
Expand Down

0 comments on commit a7d9b91

Please sign in to comment.