diff --git a/Resources/views/Form/bootstrap.html.twig b/Resources/views/Form/bootstrap.html.twig
index a75e8edb79a25104fdc1b5f916977090aaccb2d3..58b788112566f59416f453ed196a39f645b00eeb 100644
--- a/Resources/views/Form/bootstrap.html.twig
+++ b/Resources/views/Form/bootstrap.html.twig
@@ -792,7 +792,7 @@
         {% endif %}
         <ul{% if not global_errors %} class="help-block"{% endif %}>
             {% for error in errors %}
-                <li>{{ error.message|trans(error.messageParameters, translation_domain) }}</li>
+                <li>{{ error.message }}</li>
             {% endfor %}
         </ul>
         {% if global_errors == true %}