From a3d70622afd0881bc9e45f257a8e544ebacf719a Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 29 Jun 2023 21:10:33 -0400 Subject: [PATCH] Improve notifications empty state --- app/components/Notifications/Notifications.tsx | 2 +- shared/i18n/locales/en_US/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/Notifications/Notifications.tsx b/app/components/Notifications/Notifications.tsx index 7e15e5002..ce0681c58 100644 --- a/app/components/Notifications/Notifications.tsx +++ b/app/components/Notifications/Notifications.tsx @@ -87,7 +87,7 @@ function Notifications( {isEmpty && ( - {t("No notifications yet")}. + {t("You're all caught up")}. )} diff --git a/shared/i18n/locales/en_US/translation.json b/shared/i18n/locales/en_US/translation.json index fa494896d..fc8ef837a 100644 --- a/shared/i18n/locales/en_US/translation.json +++ b/shared/i18n/locales/en_US/translation.json @@ -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}}",