diff --git a/modules/bar.tsx b/modules/bar.tsx index a6ff6d18..97b87b73 100644 --- a/modules/bar.tsx +++ b/modules/bar.tsx @@ -331,7 +331,7 @@ const Notifications = () => { setup={self => setupCustomTooltip( self, - bind(unreadCount).as(n => n + " unread notifications") + bind(unreadCount).as(n => `${n} unread notification${n === 1 ? "" : "s"}`) ) } >