소스 검색

renaming list shows in activities

Aden Koziol 7 달 전
부모
커밋
12af3a5d10
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      client/components/activities/activities.jade
  2. 1 0
      imports/i18n/data/en.i18n.json

+ 3 - 0
client/components/activities/activities.jade

@@ -206,6 +206,9 @@ template(name="activity")
         if($eq activity.activityType 'archivedList')
           | {{_ 'activity-archived' (sanitize listLabel)}}.
 
+        if($eq activity.activityType 'changedListTitle')
+          {{_ 'activity-changedListTitle' (sanitize listLabel) boardLabelLink}}
+
       //- member activity ----------------------------------------------------
       if($eq activity.activityType 'joinMember')
         if($eq user._id activity.member._id)

+ 1 - 0
imports/i18n/data/en.i18n.json

@@ -49,6 +49,7 @@
   "activity-archived": "%s moved to Archive",
   "activity-attached": "attached %s to %s",
   "activity-created": "created %s",
+  "activity-changedListTitle": "renamed list to %s",
   "activity-customfield-created": "created custom field %s",
   "activity-excluded": "excluded %s from %s",
   "activity-imported": "imported %s into %s from %s",