As per dropbox/zxcvbn#116, this phrasing lacks clarity and takes a somewhat demeaning tone. Overall, it isn't very helpful for the end-user in knowing much about what it is actually complaining about. Moving to some clearer language would be very helpful in helping the user to understand what they actually need to do without all the guesswork.
In the code:
|
suggestions.append(_("Capitalization doesn't help very much.")) |
zxcvbn-ts does this differently by using slightly clearer wording: Capitalize more than the first letter.
Something similar like Capitalize more than just the first letter. would be better.
As per dropbox/zxcvbn#116, this phrasing lacks clarity and takes a somewhat demeaning tone. Overall, it isn't very helpful for the end-user in knowing much about what it is actually complaining about. Moving to some clearer language would be very helpful in helping the user to understand what they actually need to do without all the guesswork.
In the code:
zxcvbn-python/zxcvbn/feedback.py
Line 121 in d32d30b
zxcvbn-ts does this differently by using slightly clearer wording:
Capitalize more than the first letter.Something similar like
Capitalize more than just the first letter.would be better.