diff --git a/Resources/views/method.html.twig b/Resources/views/method.html.twig index dc2517b..43141c2 100644 --- a/Resources/views/method.html.twig +++ b/Resources/views/method.html.twig @@ -131,7 +131,7 @@ {{ infos.dataType is defined ? infos.dataType : '' }} {{ infos.required ? 'true' : 'false' }} {{ infos.format }} - {{ infos.description is defined ? infos.description : '' }} + {{ infos.description is defined ? infos.description|trans : '' }} {% endif %} {% endfor %}