From e5b3d65916a08875dcb389f91d39418595ed7e34 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Sat, 6 Jul 2024 23:01:18 -0400 Subject: [PATCH] fix(lang): Add language key for password crypto failure this was copilot generated lmfao --- src/main/resources/languages/en-US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/languages/en-US.json b/src/main/resources/languages/en-US.json index 22535e21b..4902b1907 100644 --- a/src/main/resources/languages/en-US.json +++ b/src/main/resources/languages/en-US.json @@ -44,7 +44,8 @@ "password_error": "Invalid Password", "password_length_error": "Password length must be greater then or equal to 8", "password_storage_error": "You don't have a password for your account. Please contact an administrator.", - "server_max_player_limit": "The number of online players has reached the limit" + "server_max_player_limit": "The number of online players has reached the limit", + "password_crypto_error": "Unable to decrypt the client's given password. Are you using the right version of the game?" }, "router_error": "[Dispatch] Unable to attach router." },