fix(lang): Add language key for password crypto failure

this was copilot generated lmfao
This commit is contained in:
KingRainbow44 2024-07-06 23:01:18 -04:00
parent e7ed66477f
commit e5b3d65916
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -44,7 +44,8 @@
"password_error": "Invalid Password", "password_error": "Invalid Password",
"password_length_error": "Password length must be greater then or equal to 8", "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.", "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." "router_error": "[Dispatch] Unable to attach router."
}, },