]> Untitled Git - lemmy-ui.git/commitdiff
Very weak (#461)
authorDessalines <dessalines@users.noreply.github.com>
Mon, 18 Oct 2021 01:43:45 +0000 (21:43 -0400)
committerGitHub <noreply@github.com>
Mon, 18 Oct 2021 01:43:45 +0000 (21:43 -0400)
* Updating translations.

* Changing too_weak to very_weak for passwordmeter. Fixes #450

lemmy-translations
src/shared/components/home/signup.tsx

index 1db1d662978a5f773bc1eba84e43e8174cb9a658..2849552043b167dd7e803da9dcbbf02f450f550a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1db1d662978a5f773bc1eba84e43e8174cb9a658
+Subproject commit 2849552043b167dd7e803da9dcbbf02f450f550a
index 1452ba07616ee975990c390781038fc7aeb98df3..1bc3472a4340b588f0d329ae0ca3d02c9949efaf 100644 (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,
   },