From d96a4c670fc33b6bce5399a63e866224d8541043 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:55:39 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/passphrase_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/passphrase_helper.h') diff --git a/src/passphrase_helper.h b/src/passphrase_helper.h index 677ab05..bb5d0b9 100644 --- a/src/passphrase_helper.h +++ b/src/passphrase_helper.h @@ -57,8 +57,8 @@ #else # define LIST_PASSPHRASE_STRENGTH_LIMITS(V) \ X(V == 0, "1;31", "Well-known common password") \ - X(V <= 150, "31", "Extremely week") \ - X(V <= 200, "33", "Week") \ + X(V <= 150, "31", "Extremely weak") \ + X(V <= 200, "33", "Weak") \ X(V <= 250, "32", "Good") \ X(V <= 350, "1;32", "Strong") \ X(1, "1;7;32", "Perfect") -- cgit v1.2.3-70-g09d2