From 47484cbf27a67d9936b8524a2f5fb4adf869009a Mon Sep 17 00:00:00 2001 From: Ben Ennis Date: Fri, 9 Oct 2015 14:59:16 -0700 Subject: [PATCH] notifications is only an ! now --- librarian/menu/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))