Improve notifications empty state

This commit is contained in:
Tom Moor
2023-06-29 21:10:33 -04:00
parent 92c8eff61d
commit a3d70622af
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ function Notifications(
</Scrollable>
</React.Suspense>
{isEmpty && (
<EmptyNotifications>{t("No notifications yet")}.</EmptyNotifications>
<EmptyNotifications>{t("You're all caught up")}.</EmptyNotifications>
)}
</Flex>
</ErrorBoundary>