From 33471f4291026097ae05419a5ad1e992800155c4 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 24 Mar 2025 09:22:14 +0200 Subject: [PATCH] spelling mistake after set up profile --- .../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 95d677c1..72187ad1 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 @@ -109,7 +109,7 @@ class _AddPatientState extends State { arguments: PatientViewArguments( widget.signedInUser, null, null, null, "personal")); String message = - "${fnameController.text} ${lnameController.text} patient profiole has been successfully added!\n"; + "${fnameController.text} ${lnameController.text} patient profile has been successfully added!\n"; successPopUp(message); } else { internetConnectionPopUp();