diff --git a/core/section/trello/activitytranslation.go b/core/section/trello/activitytranslation.go index 3a36161a..331b8ff7 100644 --- a/core/section/trello/activitytranslation.go +++ b/core/section/trello/activitytranslation.go @@ -12,19 +12,19 @@ package trello var activityTranslation = map[string]string{ - "add checklist to card": "checklist added to card", - "add member to card": "member added to card", - "comment card": "commented on card", - "create card": "created card", - "create list": "created list", - "delete card": "deleted card", - "update board": "updated board", - "add to team board": "", - "create board": "", - "update card": "updated card", - "update check item state on card": "check item updated on card", - "update list": "updated list", - "add attachment to card" : "attachment added to card", - "copy card" : "copied card", - "copy comment card" : "copied comment on card", + "add checklist to card": "checklist added to card", + "add member to card": "member added to card", + "comment card": "commented on card", + "create card": "created card", + "create list": "created list", + "delete card": "deleted card", + "update board": "updated board", + "add to team board": "", + "create board": "", + "update card": "updated card", + "update check item state on card": "check item updated on card", + "update list": "updated list", + "add attachment to card": "attachment added to card", + "copy card": "copied card", + "copy comment card": "copied comment on card", }