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}}",