Copy edits

This commit is contained in:
Jason Zimdars
2025-10-29 11:04:03 -05:00
parent 7b92a098e4
commit 49b63c856e
+4 -4
View File
@@ -1,17 +1,17 @@
module WebhooksHelper
ACTION_LABELS = {
card_assigned: "Card assigned",
card_closed: "Card moved to Done",
card_closed: "Card moved to Done",
card_postponed: "Card moved to “Not Now”",
card_auto_postponed: "Card auto-closed as “Not Now”",
card_collection_changed: "Card collection changed",
card_published: "Card published",
card_published: "Card added",
card_reopened: "Card reopened",
card_sent_back_to_triage: "Card move back to Maybe",
card_sent_back_to_triage: "Card move back to Maybe?”",
card_title_changed: "Card title changed",
card_triaged: "Card column changed",
card_unassigned: "Card unassigned",
comment_created: "Comment created"
comment_created: "Comment added"
}.with_indifferent_access.freeze
def webhook_action_options(actions = Webhook::PERMITTED_ACTIONS)