diff --git a/web/components/Notifications/Sidebar.vue b/web/components/Notifications/Sidebar.vue
index 86299d79f..59efa6678 100644
--- a/web/components/Notifications/Sidebar.vue
+++ b/web/components/Notifications/Sidebar.vue
@@ -88,7 +88,7 @@ const prepareToViewNotifications = () => {
Unread ({{ overview.unread.total }})
- Archived ({{ overview.archive.total }})
+ Archived ({{ overview.archive.total - overview.unread.total }})