From cdd5c6421b0581936c31f95f31ab789995fc466b Mon Sep 17 00:00:00 2001 From: "Javi H. Gil" Date: Tue, 9 Jun 2026 13:31:27 +0200 Subject: [PATCH] Prevent too many deprecation messages --- .../admin/content/version_translations.bootstrap5.html.twig | 2 +- .../admin/section/version_translations.bootstrap5.html.twig | 2 +- .../admin/section/version_translations.semantic-ui.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 %}