From a7d9b911e25075a2bafddb0a331238692231b53f Mon Sep 17 00:00:00 2001 From: Connor L Jackson Date: Fri, 10 Feb 2017 16:19:05 -0500 Subject: [PATCH] Changing Text --- WebContent/html/javascript/profileSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebContent/html/javascript/profileSettings.js b/WebContent/html/javascript/profileSettings.js index cbdb7e9..3615b1d 100644 --- a/WebContent/html/javascript/profileSettings.js +++ b/WebContent/html/javascript/profileSettings.js @@ -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(){