diff --git a/frontend/lib/home/notifications_list.dart b/frontend/lib/home/notifications_list.dart index 79ddcd1..8a9e765 100644 --- a/frontend/lib/home/notifications_list.dart +++ b/frontend/lib/home/notifications_list.dart @@ -321,7 +321,7 @@ class _NotificationsListState extends State } String _emptyMessage() => switch (_filter) { - _NotificationFilter.newOnly => 'No new notifications', + _NotificationFilter.newOnly => 'No news, good news?', _NotificationFilter.oldOnly => 'No old notifications', _NotificationFilter.all => 'No notifications yet', };