Skip to content

Commit 1562b69

Browse files
authored
Check for the correct dictionary name
1 parent 1486715 commit 1562b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/feedback.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ feedback =
8989
'This is a very common password'
9090
else if match.guesses_log10 <= 4
9191
'This is similar to a commonly used password'
92-
else if match.dictionary_name == 'english'
92+
else if match.dictionary_name == 'english_wikipedia'
9393
if is_sole_match
9494
'A word by itself is easy to guess'
9595
else if match.dictionary_name in ['surnames', 'male_names', 'female_names']

0 commit comments

Comments
 (0)