-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
We have two labels for password creations and reset:
- help_password_creation (creation)
- help_new_password (reset)
Many translations still reference an outdated 5-character limit, which is misleading for users and does not match both the default and the other translations.
Examples:
src/plone/app/locales/locales/id/LC_MESSAGES/plone.po
10428-#: plone/app/users/browser/passwordpanel.py:23
10429-#, fuzzy
10430:msgid "help_new_password"
10431-msgstr "Masukkan password baru anda. Minimal 5 karakter" # <--- references outdated limited
10432-
src/plone/app/locales/locales/gl/LC_MESSAGES/plone.po
10585-#: CMFPlone/browser/login/templates/pwreset_form.pt:92
10586-#: plone/app/users/browser/passwordpanel.py:23
10587:msgid "help_new_password"
10588-msgstr "Introduza o seu contrasinal novo." # <--- matches the default
10589-
We should base the translations so that they semantically match the defaults, which are more generic and don't hard-code the limit:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels