diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-10 22:18:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 22:18:36 +0000 |
commit | 42a44682650598404368ea9d5c734d49bfdbd812 (patch) | |
tree | cab770fdb89226a388288a5d6707275ebd83bfe2 /src/locale/locales/hu/messages.po | |
parent | 08c6ac7c89ff47812cc2ee8fe69eb42d0118eadf (diff) | |
download | voidsky-42a44682650598404368ea9d5c734d49bfdbd812.tar.zst |
Fix invalid password error message (#7425)
Diffstat (limited to 'src/locale/locales/hu/messages.po')
-rw-r--r-- | src/locale/locales/hu/messages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/locales/hu/messages.po b/src/locale/locales/hu/messages.po index b383057aa..0fc2b2300 100644 --- a/src/locale/locales/hu/messages.po +++ b/src/locale/locales/hu/messages.po @@ -3626,7 +3626,7 @@ msgstr "A megadott bejegyzésrekord érvénytelen vagy nem támogatott" #: src/screens/Login/LoginForm.tsx:90 #: src/screens/Login/LoginForm.tsx:149 -msgid "Invalid username or password" +msgid "Incorrect username or password" msgstr "Érvénytelen felhasználónév vagy jelszó" #: src/components/intents/VerifyEmailIntentDialog.tsx:91 |