mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Reword empty new-notifications message
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
d4e00515fc
commit
55eb878590
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user