#35938: contrib.auth.forms Help text not matching with .po file
-------------------------------------+-------------------------------------
Reporter: Werner Kuehn | Type: Bug
Status: new | Component:
| Internationalization
Version: 5.1 | Severity: Normal
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
In contrib/auth/forms.py class UserChangeForm the help_text is saying
"Raw passwords are not stored, so there is no way to see the user’s
password."
while the .po file still has the old text:
"Raw passwords are not stored, so there is no way to see this user’s "
"password, but you can change the password using <a href=\"{}\">this
form</a>."
So this message is shown in English only.
--
Ticket URL: <
https://code.djangoproject.com/ticket/35938>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.