Fix activity message for list deletion

This commit is contained in:
Béranger Campardou 2017-01-20 11:09:34 +01:00
parent 1169c0d7dc
commit 23cb98bb82
5 changed files with 17 additions and 1 deletions

View file

@ -41,6 +41,9 @@ template(name="boardActivities")
if($eq activityType 'createList')
| {{_ 'activity-added' list.title boardLabel}}.
if($eq activityType 'removeList')
| {{_ 'activity-removed' title boardLabel}}.
if($eq activityType 'importBoard')
| {{{_ 'activity-imported-board' boardLabel sourceLink}}}.