Skip to content

Commit dc21259

Browse files
committed
minor #24353 [Validator] minor translation text fix (darnel)
This PR was merged into the 2.7 branch. Discussion ---------- [Validator] minor translation text fix Update validators.cs.xlf - Fix czech translation for "This field was not expected" | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | n/a | Fixed tickets | none | License | none | Doc PR | none This commit fixes grammatical issue for czech translation only. Commits ------- fbe7148000 Fix translation for "This field was not expected"
2 parents 096110d + 39627df commit dc21259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)