update delete message

This commit is contained in:
2024-11-28 09:57:45 +02:00
parent ffae67d237
commit 056fd4b5dc

View File

@@ -85,7 +85,7 @@ class MIHMzansiWalletApis {
arguments: signedInUser, arguments: signedInUser,
); );
String message = String message =
"The note has been deleted successfully. This means it will no longer be visible on your and cannot be used for future appointments."; "The loyalty card has been deleted successfully. This means it will no longer be visible in your Mzansi Wallet.";
successPopUp(message, context); successPopUp(message, context);
} else { } else {
internetConnectionPopUp(context); internetConnectionPopUp(context);
@@ -125,7 +125,7 @@ class MIHMzansiWalletApis {
// Navigator.pushNamed(context, '/patient-manager/patient', // Navigator.pushNamed(context, '/patient-manager/patient',
// arguments: widget.signedInUser); // arguments: widget.signedInUser);
String message = String message =
"Your $shop_name Loyalty Card was successfully added to you Mzansi Wallet."; "Your $shop_name Loyalty Card was successfully added to your Mzansi Wallet.";
Navigator.pop(context); Navigator.pop(context);
Navigator.pop(context); Navigator.pop(context);
Navigator.of(context).pushNamed( Navigator.of(context).pushNamed(