diff --git a/templates/admin/content/version_translations.bootstrap5.html.twig b/templates/admin/content/version_translations.bootstrap5.html.twig index 7243392..bbd75d7 100644 --- a/templates/admin/content/version_translations.bootstrap5.html.twig +++ b/templates/admin/content/version_translations.bootstrap5.html.twig @@ -16,7 +16,7 @@ href="{{ url('sfs_cms_admin_content_'~content_type~'_list') }}">{{ ('admin_'~content_type~'.list.breadcrumb')|trans }} diff --git a/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.bootstrap5.html.twig b/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.bootstrap5.html.twig index 1edff2b..1f27311 100644 --- a/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.bootstrap5.html.twig +++ b/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.bootstrap5.html.twig @@ -18,7 +18,7 @@ href="{{ url('sfs_cms_admin_sections_list') }}">{{ ('admin_sections.list.breadcrumb')|trans }} diff --git a/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.semantic-ui.html.twig b/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.semantic-ui.html.twig index dc4f25c..742669e 100644 --- a/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.semantic-ui.html.twig +++ b/templates/bundles/SfsCmsSectionsPlugin/admin/section/version_translations.semantic-ui.html.twig @@ -21,7 +21,7 @@ {{ parent() }} {{ ('admin_sections.list.breadcrumb')|trans }} - {{ ('admin_sections.read.breadcrumb')|trans({'%name%': section_entity.name}) }} + {{ ('admin_sections.read.breadcrumb')|trans({'%name%': section_entity.name}) }} {{ ('admin_sections.translations.breadcrumb')|trans({'%name%':section_entity.name}) }} {% endblock breadcrums_content %}