mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
Very weak (#461)
* Updating translations. * Changing too_weak to very_weak for passwordmeter. Fixes #450
This commit is contained in:
parent
99c9a608d9
commit
107c46104e
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 1db1d662978a5f773bc1eba84e43e8174cb9a658
|
||||
Subproject commit 2849552043b167dd7e803da9dcbbf02f450f550a
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue