Skip to content

Commit

Permalink
IBX-9261 added translate function with correct translation domain (#1402
Browse files Browse the repository at this point in the history
)
  • Loading branch information
papcio122 authored Dec 9, 2024
1 parent f63ea6c commit 9cdf2da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 9cdf2da

Please sign in to comment.