Merge pull request #114 from yaso-meth/BUG--Spelling-and-grammer

BUG--Spelling-and-grammer
This commit is contained in:
yaso-meth
2025-03-24 09:23:41 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ class _BuildEmployeeListState extends State<BuildEmployeeList> {
),
);
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();

View File

@@ -109,7 +109,7 @@ class _AddPatientState extends State<AddPatient> {
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();