Very weak (#461)

* Updating translations.

* Changing too_weak to very_weak for passwordmeter. Fixes #450
This commit is contained in:
Dessalines 2021-10-17 21:43:45 -04:00 committed by GitHub
parent 99c9a608d9
commit 107c46104e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 1db1d662978a5f773bc1eba84e43e8174cb9a658
Subproject commit 2849552043b167dd7e803da9dcbbf02f450f550a

View File

@ -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,
},