From 2f98f9b3c1edd28cfa7c73e71db874ba65a68cca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 17 Feb 2026 09:33:12 +0100 Subject: [PATCH] Fix accompanying period work translation key syntax in the template - Corrected the translation placeholder from `id` to `{id}` in `accompanying_period_work.html.twig`. --- .../Resources/views/Audit/accompanying_period_work.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/Resources/views/Audit/accompanying_period_work.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/Audit/accompanying_period_work.html.twig index 6402dc5d4..c82355b51 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/Audit/accompanying_period_work.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/Audit/accompanying_period_work.html.twig @@ -1,2 +1,2 @@ -{{ 'audit.accompanying_period_work.accompanying_period_work_number'|trans({'id': id}) }} +{{ 'audit.accompanying_period_work.accompanying_period_work_number'|trans({'{id}': id}) }} {%- if work is not null %}: {{ work.socialAction.title|localize_translatable_string }}{% endif %}