diff --git a/frontend/dashboard/src/pages/CaseManagement/InpatientMonitoring/List.tsx b/frontend/dashboard/src/pages/CaseManagement/InpatientMonitoring/List.tsx
index 32ea17c9..687c9e43 100644
--- a/frontend/dashboard/src/pages/CaseManagement/InpatientMonitoring/List.tsx
+++ b/frontend/dashboard/src/pages/CaseManagement/InpatientMonitoring/List.tsx
@@ -492,7 +492,7 @@ export default function List() {
Name
- Date of Submission
+ Date of Admission
Service Type
diff --git a/frontend/dashboard/src/pages/CustomerService/FinalLog/Model/Types.tsx b/frontend/dashboard/src/pages/CustomerService/FinalLog/Model/Types.tsx
index f0eaa9f0..26601ebb 100644
--- a/frontend/dashboard/src/pages/CustomerService/FinalLog/Model/Types.tsx
+++ b/frontend/dashboard/src/pages/CustomerService/FinalLog/Model/Types.tsx
@@ -16,6 +16,7 @@ export type FinalLogType = {
member : Member,
member_name : string,
submission_date_fgl : string,
+ submission_date : string,
service_name : string,
payment_type_name : string,
status_final_log : string,