We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486715 commit 1562b69Copy full SHA for 1562b69
src/feedback.coffee
@@ -89,7 +89,7 @@ feedback =
89
'This is a very common password'
90
else if match.guesses_log10 <= 4
91
'This is similar to a commonly used password'
92
- else if match.dictionary_name == 'english'
+ else if match.dictionary_name == 'english_wikipedia'
93
if is_sole_match
94
'A word by itself is easy to guess'
95
else if match.dictionary_name in ['surnames', 'male_names', 'female_names']
0 commit comments