diff options
Diffstat (limited to 'app/Template/comment_mail')
-rw-r--r-- | app/Template/comment_mail/create.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/comment_mail/create.php b/app/Template/comment_mail/create.php index 8732080a..84c241d3 100644 --- a/app/Template/comment_mail/create.php +++ b/app/Template/comment_mail/create.php @@ -6,8 +6,8 @@ <?= $this->form->hidden('task_id', $values) ?> <?= $this->form->hidden('user_id', $values) ?> - <?= $this->form->label(t('Email'), 'email') ?> - <?= $this->form->email('email', $values, $errors, array('autofocus', 'required', 'tabindex="1"')) ?> + <?= $this->form->label(t('Email'), 'emails') ?> + <?= $this->form->text('emails', $values, $errors, array('autofocus', 'required', 'tabindex="1"')) ?> <?php if (! empty($members)): ?> <div class="dropdown"> |