summaryrefslogtreecommitdiff
path: root/app/Template/comment_mail
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-02-18 19:38:15 -0500
committerFrederic Guillot <fred@kanboard.net>2017-02-18 19:38:15 -0500
commit2751b200d58e591bf0a838de662443c638fa61f8 (patch)
tree22e6ae512d08f1aa193c45ce1aa5972c92174d88 /app/Template/comment_mail
parentbd0ed331797717ff9db63216df550d95674ba248 (diff)
Add link to send comment by email in comment creation form
Diffstat (limited to 'app/Template/comment_mail')
-rw-r--r--app/Template/comment_mail/create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/comment_mail/create.php b/app/Template/comment_mail/create.php
index 57ddeb39..019f8a20 100644
--- a/app/Template/comment_mail/create.php
+++ b/app/Template/comment_mail/create.php
@@ -1,5 +1,5 @@
<div class="page-header">
- <h2><?= t('Create and send comment by email') ?></h2>
+ <h2><?= t('Create and send a comment by email') ?></h2>
</div>
<form method="post" action="<?= $this->url->href('CommentMailController', 'save', array('task_id' => $task['id'], 'project_id' => $task['project_id'])) ?>" autocomplete="off">
<?= $this->form->csrf() ?>