Tidy up other SP authentication message.
[mkws-moved-to-github.git] / src / mkws-core.js
index c718071..1de1711 100644 (file)
@@ -436,7 +436,7 @@ mkws.pagerNext = function(tname) {
 
     request.get(null, function(data) {
       if (!$.isXMLDoc(data)) {
-        alert("service proxy auth response document is not valid XML document, give up!");
+        alert("Service Proxy authentication response is not a valid XML document");
         return;
       }
       var status = $(data).find("status");