From 76eea2a4ebfc4b0a8cad6455a237cd05547f19ed Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Tue, 17 Aug 2021 17:47:16 +0200 Subject: [PATCH] fix title that doesn't match to the page --- .../Resources/views/AccompanyingPeriod/list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig index 4dc7a90aa..e1f82bb64 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/AccompanyingPeriod/list.html.twig @@ -2,7 +2,7 @@ {% set activeRouteKey = 'chill_person_accompanying_period_list' %} -{% block title %}{{ 'Person accompanying period - %name%'|trans({ '%name%' : person.__toString}) }}{% endblock title %} +{% block title %}{{ 'Accompanying period list'|trans }}{% endblock title %} {% block personcontent %}