Opened 106 minutes ago
#35938 new Bug
contrib.auth.forms Help text not matching with .po file
Reported by: | Werner Kuehn | Owned by: | |
---|---|---|---|
Component: | Internationalization | Version: | 5.1 |
Severity: | Normal | Keywords: | |
Cc: | Werner Kuehn | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.