spelling mistake after set up profile

This commit is contained in:
2025-03-24 09:22:14 +02:00
parent a4fd95c5b4
commit 33471f4291

View File

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