From c2629194494e3b05cbd531c6aa06712070944f47 Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Thu, 21 Sep 2023 11:32:59 +0700 Subject: [PATCH] update name --- .../src/pages/Master/Diagnosis/Master/CreateUpdate.tsx | 4 ++-- frontend/dashboard/src/pages/Master/Diagnosis/Master/Form.tsx | 2 +- .../dashboard/src/pages/Master/Diagnosis/Master/History.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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();