diff --git a/public/js/detect.js b/public/js/detect.js index 6a45217..63cd975 100644 --- a/public/js/detect.js +++ b/public/js/detect.js @@ -20,8 +20,8 @@ function addWarning() { } if (window.document.location.hostname == "archblox.com") { - console.log("User is on " + window.document.location.hostname + ". Known URL."); + console.log("User is on " + window.document.location.hostname + ". Supported URL."); } else { - console.log("User is on " + window.document.location.hostname + ". Unknown URL."); + console.log("User is on " + window.document.location.hostname + ". Unsupported/legacy URL."); addWarning(); } \ No newline at end of file