mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
notification: fix translations
This commit is contained in:
parent
c17fd968be
commit
66aac8908c
@ -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',
|
||||
[
|
||||
|
@ -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 }}:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user