diff --git a/www/js/callbacks.js b/www/js/callbacks.js index e89341b2..0956ca41 100644 --- a/www/js/callbacks.js +++ b/www/js/callbacks.js @@ -1101,7 +1101,7 @@ setupCallbacks = function() { (function () { if (typeof io === "undefined") { - makeAlert("Uh oh!", "It appears the connection to " + IO_URL + " " + + makeAlert("Uh oh!", "It appears the socket.io connection " + "has failed. If this error persists, a firewall or " + "antivirus is likely blocking the connection, or the " + "server is down.", "alert-danger")