spelling mistake after set up profile
This commit is contained in:
parent
a4fd95c5b4
commit
33471f4291
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue