Skip to content

Commit

Permalink
feat: update min max translations (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-kushnir-payu-gpo authored Nov 28, 2024
1 parent 777fb3d commit fd9a877
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit fd9a877

Please sign in to comment.