diff --git a/public/js/detect.js b/public/js/detect.js index 72f00c2..374e12c 100644 --- a/public/js/detect.js +++ b/public/js/detect.js @@ -2,7 +2,7 @@ function addWarning() { let alertDiv = document.createElement("div"); - alertDiv.innerHTML = "You are on an unsupported url of the site. Please go to archblox.com instead."; + alertDiv.innerHTML = "You are on an unsupported version of the site. Please go to archblox.com instead."; alertDiv.setAttribute("id","alert"); document.body.appendChild(alertDiv); }