diff --git a/src/Bundle/ChillEventBundle/Resources/views/Participation/_ignored_participations.html.twig b/src/Bundle/ChillEventBundle/Resources/views/Participation/_ignored_participations.html.twig index 9451f3c2b..f43c94f72 100644 --- a/src/Bundle/ChillEventBundle/Resources/views/Participation/_ignored_participations.html.twig +++ b/src/Bundle/ChillEventBundle/Resources/views/Participation/_ignored_participations.html.twig @@ -1,7 +1,7 @@ {% import '@ChillPerson/Person/macro.html.twig' as person_macro %} {% if ignored_participations|length > 0 %} -

{% transchoice ignored_participations|length %}The following people have been ignored because they are already participating on the event{% endtranschoice %} :

+

{{ 'ignored_participations'|trans({'count': ignored_participations|length}) }}: