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' },