From 9ef884349a5b79013923eb2a13a85396d456f506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 21 Nov 2024 21:26:08 +0100 Subject: [PATCH] Add workflow title to notification content Updated the French template for workflow transition notifications to include the workflow title. This ensures users have more context in the notification email. --- ...kflow_notification_on_transition_completed_title.fr.txt.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillMainBundle/Resources/views/Workflow/workflow_notification_on_transition_completed_title.fr.txt.twig b/src/Bundle/ChillMainBundle/Resources/views/Workflow/workflow_notification_on_transition_completed_title.fr.txt.twig index d4422af7a..9a6bc70a0 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Workflow/workflow_notification_on_transition_completed_title.fr.txt.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Workflow/workflow_notification_on_transition_completed_title.fr.txt.twig @@ -1,5 +1,5 @@ {%- if is_dest -%} Un suivi {{ workflow.text }} demande votre attention: {{ title }} {%- else -%} -Un suivi {{ workflow.text }} a atteint une nouvelle étape: {{ place.text }} +Un suivi {{ workflow.text }} a atteint une nouvelle étape: {{ place.text }}: {{ title }} {%- endif -%}