diff --git a/librarian/menu/notifications.py b/librarian/menu/notifications.py index d0afc062..be467543 100644 --- a/librarian/menu/notifications.py +++ b/librarian/menu/notifications.py @@ -28,7 +28,7 @@ def is_alt_icon_visible(self): @property def label(self): unread_count = self.unread_count - if unread_count > 99: + if unread_count >= 1: unread_count = '!' lbl = '{}'.format( _("Notifications"))