diff --git a/app/menus/notifications/menu.rb b/app/menus/notifications/menu.rb index cb3ca4361ce8..a4fd9781af43 100644 --- a/app/menus/notifications/menu.rb +++ b/app/menus/notifications/menu.rb @@ -63,7 +63,7 @@ def inbox_menu end def reason_filters - %w[mentioned assigned responsible watched dateAlert shared reminder].map do |reason| + %w[mentioned assigned responsible watched dateAlert reminder shared].map do |reason| count = unread_by_reason[reason] menu_item(title: I18n.t("notifications.reasons.#{reason}"), icon_key: reason,