Skip to content

Commit fc39317

Browse files
committed
minor symfony#14766 [Validators] Remove forgotten space in a translation key [nl] (amouhzi)
This PR was merged into the 2.3 branch. Discussion ---------- [Validators] Remove forgotten space in a translation key [nl] The nl file is not up to date. Correct changed translation key. Commits ------- 51e3c22 [Validators] Remove forgotten space in a translation key [nl]
2 parents 86ab250 + 51e3c22 commit fc39317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<target>Deze waarde moet groter dan of gelijk aan {{ compared_value }} zijn.</target>
260260
</trans-unit>
261261
<trans-unit id="68">
262-
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
262+
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
263263
<target>Deze waarde moet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
264264
</trans-unit>
265265
<trans-unit id="69">

0 commit comments

Comments
 (0)