Reword empty new-notifications message

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-07 15:37:30 -04:00
co-authored by Claude Opus 4.8
parent d4e00515fc
commit 55eb878590
+1 -1
View File
@@ -321,7 +321,7 @@ class _NotificationsListState extends State<NotificationsList>
}
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',
};