Skip to content

Commit 5bc4085

Browse files
committed
[Validators] Correct translation key and content [nl]
1 parent 86ab250 commit 5bc4085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@
275275
<target>Deze waarde mag niet gelijk zijn aan {{ compared_value }}.</target>
276276
</trans-unit>
277277
<trans-unit id="72">
278-
<source>This value should not be identical to {{ compared_value }}.</source>
279-
<target>Deze waarde mag niet identiek zijn aan {{ compared_value }}.</target>
278+
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279+
<target>Deze waarde mag niet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281281
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>

0 commit comments

Comments
 (0)