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:
2026-03-02 17:31:28 +01:00
parent 64f6fc5306
commit 4ccc5d4554

View File

@@ -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>