notification wording change
This commit is contained in:
@@ -779,7 +779,7 @@ class _MIHHomeState extends State<MIHHome> {
|
|||||||
return Builder(builder: (context) {
|
return Builder(builder: (context) {
|
||||||
return MIHNotificationMessage(
|
return MIHNotificationMessage(
|
||||||
arguments: NotificationArguments(
|
arguments: NotificationArguments(
|
||||||
"Unread Notification",
|
"Unread Notifications",
|
||||||
"You have unread notifications waiting for you.",
|
"You have unread notifications waiting for you.",
|
||||||
() {
|
() {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
|
|||||||
Reference in New Issue
Block a user