diff --git a/Resources/views/Form/bootstrap.html.twig b/Resources/views/Form/bootstrap.html.twig index 8c73c1f..2e7c888 100644 --- a/Resources/views/Form/bootstrap.html.twig +++ b/Resources/views/Form/bootstrap.html.twig @@ -830,7 +830,7 @@ {% endif %} {% for error in errors %} -
  • {{ error.message }}
  • +
  • {{ error.message|trans }}
  • {% endfor %} {% if global_errors == true %}