8000 added missing dot · sigues/symfony@20ae693 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20ae693

Browse files
committed
added missing dot
1 parent d4b40fb commit 20ae693

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