8000 Fix UserPassword validator translation · symfony/symfony@73d50ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 73d50ed

Browse files
committed
Fix UserPassword validator translation
1 parent a18ee42 commit 73d50ed

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
4F08
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)
0