From 8e42833e9c653555569e0df72daae5cfbd441281 Mon Sep 17 00:00:00 2001 From: ilan-kushnir-payu-gpo Date: Thu, 28 Nov 2024 16:01:09 +0200 Subject: [PATCH] feat: update min max translations --- src/translations.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations.ts b/src/translations.ts index 37e6044..7be5dc0 100644 --- a/src/translations.ts +++ b/src/translations.ts @@ -9,8 +9,8 @@ export const customMatchersTranslations = { }, suggestions: { lowercaseRequired: 'Include at least one lowercase letter.', - minLength: 'Password may not be shorter than %s characters.', - maxLength: 'Password may not be longer than %s characters.', + minLength: 'Make your password at least %s characters long.', + maxLength: 'Reduce your password to no more than %s characters.', numberRequired: 'Include at least one number.', specialRequired: 'Include at least one special character.', uppercaseRequired: 'Include at least one uppercase letter.',