diff options
| -rw-r--r-- | MokManager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MokManager.c b/MokManager.c index 66d51523..8685dba6 100644 --- a/MokManager.c +++ b/MokManager.c @@ -588,7 +588,7 @@ static EFI_STATUS store_keys (void *MokNew, UINTN MokNewSize) get_password(&pw_length, password); if (pw_length < 8) { - Print(L"At 8 characters for the password\n"); + Print(L"At least 8 characters for the password\n"); } efi_status = compute_pw_hash(MokNew, MokNewSize, password, |
