2021-08-23 15:55:24 +02:00
parent 668b3e182e
commit cd6aeefb07
4 changed files with 11 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ class AccompanyingCourseMenuBuilder implements LocalMenuBuilderInterface
$period = $parameters['accompanyingCourse'];
if (AccompanyingPeriod::STEP_DRAFT !== $period->getStep()) {
$menu->addChild($this->translator->trans('Calendar list'), [
$menu->addChild($this->translator->trans('Calendar'), [
'route' => 'chill_calendar_calendar',
'routeParameters' => [
'accompanying_period_id' => $period->getId(),