diff --git a/web/pages/notifications.tsx b/web/pages/notifications.tsx index 39e36636..6ceff130 100644 --- a/web/pages/notifications.tsx +++ b/web/pages/notifications.tsx @@ -141,7 +141,7 @@ export default function Notifications() { content: (
{allNotificationGroups.length === 0 && - "You don't have any notifications."} + "You don't have any notifications. Try changing your settings to see more."} {allNotificationGroups.map((notification) => notification.notifications.length === 1 ? (