diff --git a/Resources/views/CustomFieldsRendering/title.html.twig b/Resources/views/CustomFieldsRendering/title.html.twig index c1a1ca3f6..59973725c 100644 --- a/Resources/views/CustomFieldsRendering/title.html.twig +++ b/Resources/views/CustomFieldsRendering/title.html.twig @@ -1,5 +1,5 @@ {% if type == "title"%} -

{{ title[app.request.locale] }}

+

{{ title | localize_translatable_string }}

{% else %} -

{{ title[app.request.locale] }}

+

{{ title | localize_translatable_string }}

{% endif %} \ No newline at end of file