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")} {/*