From d56c319bd8f8fdde0990d1943dada9e135855735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Odini?= Date: Mon, 27 Jan 2025 16:47:39 +0100 Subject: [PATCH] improve(Statistiques territoire): modification du titre de la page et du breadcrumb (#4954) --- 2024-frontend/src/components/AppHeader.vue | 2 +- frontend/src/components/AppHeader/index.vue | 2 +- frontend/src/router/index.js | 2 +- frontend/src/views/PublicCanteenStatisticsPage/index.vue | 5 +++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/2024-frontend/src/components/AppHeader.vue b/2024-frontend/src/components/AppHeader.vue index f6f8b2edf..b04db5de3 100644 --- a/2024-frontend/src/components/AppHeader.vue +++ b/2024-frontend/src/components/AppHeader.vue @@ -82,7 +82,7 @@ const navItems = [ to: { name: "CanteenSearchLanding" }, }, { - text: "Dans ma collectivité", + text: "Sur mon territoire", to: { name: "PublicCanteenStatisticsPage" }, }, { diff --git a/frontend/src/components/AppHeader/index.vue b/frontend/src/components/AppHeader/index.vue index 35339979a..01e0df80a 100644 --- a/frontend/src/components/AppHeader/index.vue +++ b/frontend/src/components/AppHeader/index.vue @@ -269,7 +269,7 @@ export default { to: { name: "CanteenSearchLanding" }, }, { - text: "Dans ma collectivité", + text: "Sur mon territoire", to: { name: "PublicCanteenStatisticsPage" }, }, { diff --git a/frontend/src/router/index.js b/frontend/src/router/index.js index c62f49afe..69e589013 100644 --- a/frontend/src/router/index.js +++ b/frontend/src/router/index.js @@ -413,7 +413,7 @@ const routes = [ name: "PublicCanteenStatisticsPage", component: PublicCanteenStatisticsPage, meta: { - title: "Les cantines dans ma collectivité", + title: "Sur mon territoire", }, sitemapGroup: Constants.SitemapGroups.LAW, }, diff --git a/frontend/src/views/PublicCanteenStatisticsPage/index.vue b/frontend/src/views/PublicCanteenStatisticsPage/index.vue index 7772f23d5..32045a03c 100644 --- a/frontend/src/views/PublicCanteenStatisticsPage/index.vue +++ b/frontend/src/views/PublicCanteenStatisticsPage/index.vue @@ -1,7 +1,7 @@