spelling mistake after set up profile
This commit is contained in:
@@ -109,7 +109,7 @@ class _AddPatientState extends State<AddPatient> {
|
|||||||
arguments: PatientViewArguments(
|
arguments: PatientViewArguments(
|
||||||
widget.signedInUser, null, null, null, "personal"));
|
widget.signedInUser, null, null, null, "personal"));
|
||||||
String message =
|
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);
|
successPopUp(message);
|
||||||
} else {
|
} else {
|
||||||
internetConnectionPopUp();
|
internetConnectionPopUp();
|
||||||
|
|||||||
Reference in New Issue
Block a user