From 9cdf2da11171c3f1d49d859e778329eb744fd8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pawlik?= Date: Mon, 9 Dec 2024 10:53:38 +0100 Subject: [PATCH] IBX-9261 added translate function with correct translation domain (#1402) --- .../views/themes/admin/content_type/tab/view.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/Resources/views/themes/admin/content_type/tab/view.html.twig b/src/bundle/Resources/views/themes/admin/content_type/tab/view.html.twig index 27b2c77260..8e44d00a31 100644 --- a/src/bundle/Resources/views/themes/admin/content_type/tab/view.html.twig +++ b/src/bundle/Resources/views/themes/admin/content_type/tab/view.html.twig @@ -111,7 +111,7 @@ {% endfor %} {% include '@ibexadesign/ui/component/table/table.html.twig' with { - headline: group|capitalize, + headline: group|trans({}, 'ibexa_fields_groups'), head_cols: [ { content: 'Name', class: 'ibexa-table__head-cell--field-definitions-head' }, { content: 'Identifier', class: 'ibexa-table__head-cell--field-definitions-head' },