8000 Fix translation for "This field was not expected" · symfony/symfony@fbe7148 · GitHub
[go: up one dir, main page]

Skip to content

Commit fbe7148

Browse files
authored
Fix translation for "This field was not expected"
Update validators.cs.xlf - Fix czech translation for "This field was not expected"
1 parent 0baa58d commit fbe7148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</trans-unit>
3737
<trans-unit id="9">
3838
<source>This field was not expected.</source>
39-
<target>Toto pole nebyla očekávána.</target>
39+
<target>Toto pole nebylo očekáváno.</target>
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>This field is missing.</source>

0 commit comments

Comments
 (0)
0