Skip to content

Commit

Permalink
notifications is only an ! now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Ennis committed Oct 9, 2015
1 parent 4b57354 commit 47484cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librarian/menu/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<span class="notifications-label">{}</span>'.format(
_("Notifications"))
Expand Down

0 comments on commit 47484cb

Please sign in to comment.