notification wording change

This commit is contained in:
2024-10-08 14:20:37 +02:00
parent 389f840f44
commit bd39f49402

View File

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