From 5ed1b6d36c12a476cb2f55edb61115102ad81986 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 26 Oct 2018 01:46:56 +0200 Subject: [PATCH] [fix] Number of char --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index a25dab7da..1781ac388 100644 --- a/locales/en.json +++ b/locales/en.json @@ -330,7 +330,7 @@ "packages_upgrade_critical_later": "Critical packages ({packages:s}) will be upgraded later", "packages_upgrade_failed": "Unable to upgrade all of the packages", "password_listed": "This password is among the most used password in the world. Please choose something a bit more unique.", - "password_too_simple_1": "Password needs to be at least 6 characters long", + "password_too_simple_1": "Password needs to be at least 8 characters long", "password_too_simple_2": "Password needs to be at least 8 characters long and contains digit, upper and lower characters", "password_too_simple_3": "Password needs to be at least 8 characters long and contains digit, upper, lower and special characters", "password_too_simple_4": "Password needs to be at least 12 characters long and contains digit, upper, lower and special characters",