diff --git a/frontend/dashboard/src/pages/Master/Diagnosis/Master/CreateUpdate.tsx b/frontend/dashboard/src/pages/Master/Diagnosis/Master/CreateUpdate.tsx index d84e7f80..52c960bc 100644 --- a/frontend/dashboard/src/pages/Master/Diagnosis/Master/CreateUpdate.tsx +++ b/frontend/dashboard/src/pages/Master/Diagnosis/Master/CreateUpdate.tsx @@ -46,9 +46,9 @@ export default function PlanCreate() { return ( - + - Division Detail + Detail diff --git a/frontend/dashboard/src/pages/Master/Diagnosis/Master/History.tsx b/frontend/dashboard/src/pages/Master/Diagnosis/Master/History.tsx index c72d8f80..e0c0c7aa 100644 --- a/frontend/dashboard/src/pages/Master/Diagnosis/Master/History.tsx +++ b/frontend/dashboard/src/pages/Master/Diagnosis/Master/History.tsx @@ -85,7 +85,7 @@ export default function CustomizedAccordions() { (panel: string) => (event: React.SyntheticEvent, newExpanded: boolean) => { setExpanded(newExpanded ? panel : false); }; - const pageTitle = 'Diagnosis Template Audittrail'; + const pageTitle = 'Diagnosis Template History'; const { themeStretch } = useSettings();