Skip to content

Commit

Permalink
fix: align password help text with validation logic (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric authored and tomzemp committed Jun 28, 2023
1 parent a2b14c3 commit 5ecc5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserForm/SecuritySection.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const SecuritySection = React.memo(
: i18n.t('Password')
}
helpText={i18n.t(
'Minimum 8 characters, one uppercase and lowercase letter and one number'
'Password should be at least 8 characters long, with at least one lowercase character, one uppercase character and one special character.'
)}
initialValue=""
autoComplete="new-password"
Expand Down

0 comments on commit 5ecc5fb

Please sign in to comment.