better login error message

This commit is contained in:
msquare 2019-08-18 20:25:09 +02:00
parent ead2b1582b
commit 4d6a006d3d
2 changed files with 2 additions and 2 deletions

View File

@ -1535,7 +1535,7 @@ msgstr "Pflichtfeld!"
#: includes/pages/guest_login.php:418 #: includes/pages/guest_login.php:418
msgid "auth.not-found" msgid "auth.not-found"
msgstr "" msgstr ""
"Es wurde kein Engel gefunden. Probiere es bitte noch einmal. Wenn das Problem " "Es wurde kein User gefunden oder das Passwort ist falsch. Probiere es bitte noch einmal. Wenn das Problem "
"weiterhin besteht, melde dich im Himmel." "weiterhin besteht, melde dich im Himmel."
#~ msgid "auth.no-nickname" #~ msgid "auth.no-nickname"

View File

@ -23,7 +23,7 @@ msgstr ""
#~ msgstr "Please enter a password." #~ msgstr "Please enter a password."
msgid "auth.not-found" msgid "auth.not-found"
msgstr "No user was found. Please try again. If you are still having problems, ask Heaven." msgstr "No user was found or password is wrong. Please try again. If you are still having problems, ask Heaven."
msgid "validation.password.required" msgid "validation.password.required"
msgstr "The password is required." msgstr "The password is required."