From 25c02ed960a54e303830e6a611d44f17ad471090 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sat, 5 Nov 2022 09:37:24 +1100 Subject: [PATCH] Thanks for playing! --- 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 d8b812a..b312f16 100644 --- a/public/js/detect.js +++ b/public/js/detect.js @@ -21,7 +21,7 @@ function addWarning() { function addDatabaseBackupRestoreWarning() { let alertDiv = document.createElement("div"); - alertDiv.innerHTML = "Please do not change any settings, accept/decline friend requests, send/delete messages or post to your feed. We are currently in the process of backing up our database."; + alertDiv.innerHTML = "Thanks for playing! We'll be back as soon as I can get a new VPS. (Please don't change settings, message or post anything!)"; alertDiv.setAttribute("id","alert"); document.body.appendChild(alertDiv); }