Skip to content

Commit

Permalink
bug/60501 Place "Reminders" filter below "Date alerts" (#17559)
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru authored Jan 9, 2025
1 parent 2b8183e commit 0d10928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/menus/notifications/menu.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0d10928

Please sign in to comment.