mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-07 22:53:27 +03:00
fix(lang): Add language key for password crypto failure
this was copilot generated lmfao
This commit is contained in:
@@ -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."
|
||||
},
|
||||
|
Reference in New Issue
Block a user