You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a wrong and misleading translation of "Password Reset Email" in file /locale/da/LC_MESSAGES /django.po
This is the snippet
#: templates/account/email/password_reset_key_subject.txt:3
#: templates/account/email/unknown_account_subject.txt:3
msgid "Password Reset Email"
msgstr "Token for nulstilling af adgangskode var ugyldig"
"Token for nulstilling af adgangskode var ugyldig" in English means "Token for resetting password was invalid", leading me to believe something in the django validation was off. Took me a while to debug what was happening. Turns out it's just the translation that i off.
I noticed a wrong and misleading translation of "Password Reset Email" in file /locale/da/LC_MESSAGES /django.po
This is the snippet
"Token for nulstilling af adgangskode var ugyldig" in English means "Token for resetting password was invalid", leading me to believe something in the django validation was off. Took me a while to debug what was happening. Turns out it's just the translation that i off.
Should say something like.
The text was updated successfully, but these errors were encountered: