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