mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-03 12:39:42 +00:00
Fix typo in translation placeholder for stored object display in Twig template
- Corrected `{id}` placeholder formatting in `stored_object.html.twig`.
This commit is contained in:
@@ -1 +1 @@
|
||||
<span>{{ 'audit.stored_object.display'|trans({'{{id}': id }) }}{% if storedObject is not null %} - {{ storedObject.title}}{% endif %}</span>
|
||||
<span>{{ 'audit.stored_object.display'|trans({'{id}': id }) }}{% if storedObject is not null %} - {{ storedObject.title}}{% endif %}</span>
|
||||
|
||||
Reference in New Issue
Block a user