forked from yaso_meth/mih-project
Merge pull request #114 from yaso-meth/BUG--Spelling-and-grammer
BUG--Spelling-and-grammer
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user