Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit e6cf9c5

Browse files
redstar504fabpot
authored andcommitted
[Validator] Improve UserPassword message
1 parent db197cb commit e6cf9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Validator/Constraints/UserPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
class UserPassword extends Constraint
2121
{
22-
public $message = 'This value should be the user current password.';
22+
public $message = 'This value should be the user\'s current password.';
2323
public $service = 'security.validator.user_password';
2424

2525
/**

0 commit comments

Comments
 (0)