From 4fd2c139d5e2a5796e6ed79c42d0b762ea48e63f Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 27 Mar 2025 15:27:42 +0200 Subject: [PATCH] add patient title change --- .../mih_packages/patient_profile/pat_profile/patient_add.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart index b01d0d16..73f5ad58 100644 --- a/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart +++ b/Frontend/lib/mih_packages/patient_profile/pat_profile/patient_add.dart @@ -330,7 +330,7 @@ class _AddPatientState extends State { headerAlignment: MainAxisAlignment.center, headerItems: [ Text( - "Add Patient Details", + "Set Up Patient Profile", style: TextStyle( fontWeight: FontWeight.bold, fontSize: 25,