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(); 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();