mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Fixed wrong message for wrong password. (#3935)
This commit is contained in:
parent
860ac8894b
commit
fbe3733e5f
1 changed files with 1 additions and 1 deletions
|
@ -975,7 +975,7 @@ module.exports = nativeDescription: "polski", englishDescription: "Polish", tran
|
|||
picture_tab: "Zdjęcie"
|
||||
delete_account_tab: "Usuń swoje konto"
|
||||
wrong_email: "Błędny e-mail"
|
||||
wrong_password: "Błędne zdjęcie"
|
||||
wrong_password: "Błędne hasło"
|
||||
upload_picture: "Wgraj zdjęcie"
|
||||
delete_this_account: "Usuń to konto całkowicie"
|
||||
reset_progress_tab: "Zresetuj cały postęp"
|
||||
|
|
Loading…
Reference in a new issue