From 32fadf8cb61b9ca852ef47c2fc477a35850eb5b8 Mon Sep 17 00:00:00 2001 From: Benjamin Odom Date: Fri, 24 May 2024 20:46:21 -0500 Subject: [PATCH] Update menu.ts (#1349) --- src/locales/en/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/en/menu.ts b/src/locales/en/menu.ts index 9e4cfdf3f09..fb6bfff554b 100644 --- a/src/locales/en/menu.ts +++ b/src/locales/en/menu.ts @@ -29,7 +29,7 @@ export const menu: SimpleTranslationEntries = { "confirmPassword": "Confirm Password", "registrationAgeWarning": "By registering, you confirm you are of 13 years of age or older.", "backToLogin": "Back to Login", - "failedToLoadSaveData": "Failed to load save data. Please reload the page.\nIf this continues, please contact the administrator.", + "failedToLoadSaveData": "Failed to load save data. Please reload the page.\nIf this persists, please check #announcements in Discord.", "sessionSuccess": "Session loaded successfully.", "failedToLoadSession": "Your session data could not be loaded.\nIt may be corrupted.", "boyOrGirl": "Are you a boy or a girl?",