bar: fix unread notifs plural
This commit is contained in:
parent
9f843558c0
commit
aa9b63694b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"}`)
|
||||
)
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue