From d28ee0253311950715271edb6066bc96cee0da48 Mon Sep 17 00:00:00 2001 From: "jason.lam" Date: Wed, 14 May 2025 14:40:38 +0800 Subject: [PATCH] [Demand Forecast] update all "Rough Schedule" display name to "Demand Forecast" --- src/app/(main)/scheduling/rough/edit/page.tsx | 4 ++-- src/app/(main)/scheduling/rough/page.tsx | 4 ++-- src/app/(main)/settings/rss/page.tsx | 4 ++-- src/components/Breadcrumb/Breadcrumb.tsx | 6 +++--- src/components/NavigationContent/NavigationContent.tsx | 4 ++-- src/components/RoughSchedule/RoughSchedileSearchView.tsx | 2 +- .../RoughScheduleDetail/RoughScheudleDetailView.tsx | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/(main)/scheduling/rough/edit/page.tsx b/src/app/(main)/scheduling/rough/edit/page.tsx index 8739b82..4ed4e5d 100644 --- a/src/app/(main)/scheduling/rough/edit/page.tsx +++ b/src/app/(main)/scheduling/rough/edit/page.tsx @@ -11,7 +11,7 @@ import { Suspense } from "react"; import RoughScheduleDetailView from "@/components/RoughScheduleDetail/RoughScheudleDetailView"; export const metadata: Metadata = { - title: "Rough Scheduling Detail", + title: "Demand Forecast Detail", }; const roughSchedulingDetail: React.FC = async () => { @@ -28,7 +28,7 @@ const roughSchedulingDetail: React.FC = async () => { rowGap={2} > - {t("Rough Scheduling Detail")} + {t("Demand Forecast Detail")} {/*