accompanying course: re-open: translations + fine-tuning

This commit is contained in:
nobohan
2022-01-20 08:21:09 +01:00
parent d4efe81dbb
commit 343b2a6f2f
4 changed files with 13 additions and 36 deletions

View File

@@ -83,7 +83,7 @@ class AccompanyingCourseMenuBuilder implements LocalMenuBuilderInterface
$workflow = $this->registry->get($period, 'accompanying_period_lifecycle');
if (null !== $period->getClosingDate()) {
$menu->addChild($this->translator->trans('Re-open Accompanying Course'), [
$menu->addChild($this->translator->trans('Re-open accompanying course'), [
'route' => 'chill_person_accompanying_course_reopen',
'routeParameters' => [
'accompanying_period_id' => $period->getId(),