From 5bc4085e4c26b7751e6a76ed79d8e0e137e2e379 Mon Sep 17 00:00:00 2001 From: Hassan Amouhzi Date: Wed, 27 May 2015 23:11:20 +0200 Subject: [PATCH] [Validators] Correct translation key and content [nl] --- .../Validator/Resources/translations/validators.nl.xlf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf index d44c1ee238..337f897dfa 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf @@ -275,8 +275,8 @@ Deze waarde mag niet gelijk zijn aan {{ compared_value }}. - This value should not be identical to {{ compared_value }}. - Deze waarde mag niet identiek zijn aan {{ compared_value }}. + This value should not be identical to {{ compared_value_type }} {{ compared_value }}. + Deze waarde mag niet identiek zijn aan {{ compared_value_type }} {{ compared_value }}. This value does not match the expected {{ charset }} charset.