From 33471f4291026097ae05419a5ad1e992800155c4 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 24 Mar 2025 09:22:14 +0200 Subject: [PATCH 1/2] 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(); From f4026b1eb8a09c65255f7cac159d4f913e298061 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Mon, 24 Mar 2025 09:22:32 +0200 Subject: [PATCH 2/2] grammer mistake after delete business user --- .../business_profile/builders/build_employee_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frontend/lib/mih_packages/mzansi_profile/business_profile/builders/build_employee_list.dart b/Frontend/lib/mih_packages/mzansi_profile/business_profile/builders/build_employee_list.dart index 96306024..9cfc39a9 100644 --- a/Frontend/lib/mih_packages/mzansi_profile/business_profile/builders/build_employee_list.dart +++ b/Frontend/lib/mih_packages/mzansi_profile/business_profile/builders/build_employee_list.dart @@ -103,7 +103,7 @@ class _BuildEmployeeListState extends State { ), ); String message = - "The employee has been deleted successfully. This means it will no longer have access to your business profile"; + "The employee has been deleted successfully. This means they will no longer have access to your business profile"; successPopUp(message); } else { internetConnectionPopUp();