mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-03 12:39:42 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user