diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig index b1ff1c3a3..d3eac6b4b 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/_list.html.twig @@ -12,10 +12,10 @@ {{ accompanying_period.id }} {% if accompanying_period.emergency %} - {{- 'Emergency'|trans|upper -}} + {{- 'Emergency'|trans|upper -}} {% endif %} {% if accompanying_period.confidential %} - {{- 'Confidential'|trans|upper -}} + {{- 'Confidential'|trans|upper -}} {% endif %}