From 712c8bc58fbed689b4da6e2f2a0a02187fccd67e Mon Sep 17 00:00:00 2001 From: Thomas Zemp Date: Thu, 14 Sep 2023 11:57:41 +0200 Subject: [PATCH] fix: align password help text with validation logic (#1131) (#1249) Co-authored-by: Hendrik de Graaf --- src/components/UserForm/SecuritySection.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UserForm/SecuritySection.js b/src/components/UserForm/SecuritySection.js index 3de1345aa..5efbb083e 100644 --- a/src/components/UserForm/SecuritySection.js +++ b/src/components/UserForm/SecuritySection.js @@ -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"