From 7044cc5888c5fb8db7b1cd6f909aa64b66434e99 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 14 Jun 2025 20:44:49 -0700 Subject: [PATCH] Update error message wording --- src/App.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4a89d96..976eaca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2459,7 +2459,9 @@ export default { this.modalAlert({ icon: "fa fa-skull-crossbones", title: "Something has gone wrong", - message: "A critical error was detected. Please refresh the web page.", + message: "A critical error was detected. Please refresh the web page.\n\n" + + "If you experience this problem frequently, please contact a chat moderator for assistance " + + "and let them know what you were doing (if anything) before this error occurred.", }); }, 100); },