Rename CommentModel::EVENT_REMOVE to CommentModel::EVENT_DELETE
This commit is contained in:
7
app/Template/notification/comment_delete.php
Normal file
7
app/Template/notification/comment_delete.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2>
|
||||
|
||||
<h3><?= t('Comment removed') ?></h3>
|
||||
|
||||
<?= $this->text->markdown($comment['comment']) ?>
|
||||
|
||||
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
|
||||
Reference in New Issue
Block a user