diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index d9ccf8c675..f8b0d9b248 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -256,7 +256,7 @@ This value should be greater than or equal to {{ compared_value }}. - Este valor deve ser maior que ou igual a {{ compared_value }}. + Este valor deve ser maior ou igual a {{ compared_value }}. This value should be identical to {{ compared_value_type }} {{ compared_value }}. @@ -268,7 +268,7 @@ This value should be less than or equal to {{ compared_value }}. - Este valor deve ser menor que ou igual a {{ compared_value }}. + Este valor deve ser menor ou igual a {{ compared_value }}. This value should not be equal to {{ compared_value }}.