update delete message
This commit is contained in:
parent
ffae67d237
commit
056fd4b5dc
1 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ class MIHMzansiWalletApis {
|
|||
arguments: signedInUser,
|
||||
);
|
||||
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);
|
||||
} else {
|
||||
internetConnectionPopUp(context);
|
||||
|
|
@ -125,7 +125,7 @@ class MIHMzansiWalletApis {
|
|||
// Navigator.pushNamed(context, '/patient-manager/patient',
|
||||
// arguments: widget.signedInUser);
|
||||
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.of(context).pushNamed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue