Fix accompanying period work translation key syntax in the template

- Corrected the translation placeholder from `id` to `{id}` in `accompanying_period_work.html.twig`.
This commit is contained in:
2026-02-17 09:33:12 +01:00
parent 8df06504ba
commit 2f98f9b3c1

View File

@@ -1,2 +1,2 @@
<span>{{ 'audit.accompanying_period_work.accompanying_period_work_number'|trans({'id': id}) }}
<span>{{ 'audit.accompanying_period_work.accompanying_period_work_number'|trans({'{id}': id}) }}
{%- if work is not null %}: {{ work.socialAction.title|localize_translatable_string }}{% endif %}</span>