Skip to content

Commit 76eebec

Browse files
committed
minor #18885 [Validator] Translate validator message in docs (VoodooPrograms)
This PR was merged into the 6.3 branch. Discussion ---------- [Validator] Translate validator message in docs <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 502c599 [Validator] Translate validator message in docs
2 parents 1b453d6 + 502c599 commit 76eebec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/PasswordStrength.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ The default message supplied when the password does not reach the minimum requir
128128
class User
129129
{
130130
#[Assert\PasswordStrength([
131-
'message' => 'Le mot de passe est trop faible. Veuillez utiliser un mot de passe plus fort.'
131+
'message' => 'The password strength is too low. Please use a stronger password.'
132132
])]
133133
protected $rawPassword;
134134
}

0 commit comments

Comments
 (0)