8000 merged branch craue/patch-23 (PR #4869) · jacobmaster/symfony@3b400ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 3b400ae

Browse files
committed
merged branch craue/patch-23 (PR symfony#4869)
Commits ------- 20ae693 added missing dot Discussion ---------- added missing dot
2 parents 7680101 + 20ae693 commit 3b400ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Security/Core/Validator/Constraint/UserPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919
class UserPassword extends Constraint
2020
{
21-
public $message = 'This value should be the user current password';
21+
public $message = 'This value should be the user current password.';
2222

2323
public function validatedBy()
2424
{

0 commit comments

Comments
 (0)
0