From 44b3579cc763fca7685193adbc9441cccd71f5a0 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 6 Jun 2022 12:01:12 -0600 Subject: [PATCH] Add tip to see more --- web/pages/notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? (