Skip to content

Commit 3c54659

Browse files
committed
minor symfony#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#11383. Commits ------- 73d50ed Fix UserPassword validator translation
2 parents 93a970c + 73d50ed commit 3c54659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</trans-unit>
177177
<trans-unit id="47">
178178
<source>This value should be the user current password.</source>
179-
<target>This value should be the user current password.</target>
179+
<target>This value should be the user's current password.</target>
180180
</trans-unit>
181181
<trans-unit id="48">
182182
<source>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</source>

0 commit comments

Comments
 (0)