Skip to content

Commit

Permalink
Very weak (#461)
Browse files Browse the repository at this point in the history
* Updating translations.

* Changing too_weak to very_weak for passwordmeter. Fixes #450
  • Loading branch information
dessalines authored Oct 18, 2021
1 parent 99c9a60 commit 107c461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lemmy-translations
2 changes: 1 addition & 1 deletion src/shared/components/home/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { Icon, Spinner } from "../common/icon";
const passwordStrengthOptions: Options<string> = [
{
id: 0,
value: "too_weak",
value: "very_weak",
minDiversity: 0,
minLength: 0,
},
Expand Down

0 comments on commit 107c461

Please sign in to comment.