From bc250a39c80aa31d23468b9d778bbe2ca09b0523 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 30 Oct 2022 21:09:54 +1100 Subject: [PATCH] Update detect.js --- public/js/detect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }