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> </Scrollable>
</React.Suspense> </React.Suspense>
{isEmpty && ( {isEmpty && (
<EmptyNotifications>{t("No notifications yet")}.</EmptyNotifications> <EmptyNotifications>{t("You're all caught up")}.</EmptyNotifications>
)} )}
</Flex> </Flex>
</ErrorBoundary> </ErrorBoundary>

View File

@@ -213,7 +213,7 @@
"Back": "Back", "Back": "Back",
"Unknown": "Unknown", "Unknown": "Unknown",
"Mark all as read": "Mark all as read", "Mark all as read": "Mark all as read",
"No notifications yet": "No notifications yet", "You're all caught up": "You're all caught up",
"Documents": "Documents", "Documents": "Documents",
"Results": "Results", "Results": "Results",
"No results for {{query}}": "No results for {{query}}", "No results for {{query}}": "No results for {{query}}",