summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Template/task_bulk/show.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/Template/task_bulk/show.php b/app/Template/task_bulk/show.php
index dcd505f2..628b2c27 100644
--- a/app/Template/task_bulk/show.php
+++ b/app/Template/task_bulk/show.php
@@ -12,9 +12,7 @@
<?= $this->task->selectCategory($categories_list, $values, $errors) ?>
<?= $this->form->label(t('Tasks'), 'tasks') ?>
- <?= $this->form->textarea('tasks', $values, $errors, array(
- 'placeholder="'.implode("\r\n", array(t('My task title'), t('My task title'), t('My task title'))).'"')
- ) ?>
+ <?= $this->form->textarea('tasks', $values, $errors, array('placeholder="'.t('My task title').'"')) ?>
<p class="form-help"><?= t('Enter one task by line.') ?></p>
<?= $this->render('task/color_picker', array('colors_list' => $colors_list, 'values' => $values)) ?>