Improve notifications empty state
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -213,7 +213,7 @@
|
||||
"Back": "Back",
|
||||
"Unknown": "Unknown",
|
||||
"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",
|
||||
"Results": "Results",
|
||||
"No results for {{query}}": "No results for {{query}}",
|
||||
|
||||
Reference in New Issue
Block a user