Match copy coming in #1663

This commit is contained in:
Jason Zimdars
2025-11-20 21:31:40 -06:00
parent c052839bd6
commit ad7eb594d3
+1 -1
View File
@@ -16,7 +16,7 @@ module NotificationsHelper
when "card_closed" then "Moved to Done by #{creator}"
when "card_reopened" then "Reopened by #{creator}"
when "card_postponed" then "Moved to Not Now by #{creator}"
when "card_auto_postponed" then "Closed as Not Now due to inactivity"
when "card_auto_postponed" then "Moved to Not Now due to inactivity"
when "card_title_changed" then "Renamed by #{creator}"
when "card_board_changed" then "Moved by #{creator}"
when "card_triaged" then "Moved to #{event.particulars.dig("particulars", "column")} by #{creator}"