notification: fix translations

This commit is contained in:
Julien Fastré 2022-01-04 22:41:04 +01:00
parent c17fd968be
commit 66aac8908c
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class WorkflowEventSubscriber implements EventSubscriberInterface
$notification
->setRelatedEntityId($period->getId())
->setRelatedEntityClass(AccompanyingPeriod::class)
->setTitle($this->translator->trans('period_notification.period designated_subject'))
->setTitle($this->translator->trans('period_notification.period_designated_subject'))
->setMessage($this->engine->render(
'@ChillPerson/Notification/accompanying_course_designation.md.twig',
[

View File

@ -1,4 +1,4 @@
{{ 'period_notification.You are designated to a new period.'|trans }}
{{ 'period_notification.You are designated to a new period'|trans }}
{{ 'period_notification.See it online'|trans }}: