minor #11387 [2.3] [Validator] Fix UserPassword validator translation (redstar504)

This PR was merged into the 2.3 branch.

Discussion
----------

[2.3] [Validator] Fix UserPassword validator translation

| Q             | A
| ------------- | ---
| Fixed tickets | None
| License       | MIT

Fixes the UserPassword translation message only for 2.3 as discussed in symfony/symfony#11383.

Commits
-------

73d50ed Fix UserPassword validator translation
This commit is contained in:
Fabien Potencier 2014-07-15 10:15:42 +02:00
commit 3c54659baf
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@
</trans-unit>
<trans-unit id="47">
<source>This value should be the user current password.</source>
<target>This value should be the user current password.</target>
<target>This value should be the user's current password.</target>
</trans-unit>
<trans-unit id="48">
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>