summaryrefslogtreecommitdiff
path: root/app/Templates/task_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/task_new.php')
-rw-r--r--app/Templates/task_new.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Templates/task_new.php b/app/Templates/task_new.php
index 5e4e3ee6..e07d436c 100644
--- a/app/Templates/task_new.php
+++ b/app/Templates/task_new.php
@@ -2,7 +2,7 @@
<div class="page-header">
<h2><?= t('New task') ?></h2>
</div>
- <section>
+ <section id="task-section">
<form method="post" action="?controller=task&amp;action=save" autocomplete="off">
<?= Helper\form_csrf() ?>
@@ -35,7 +35,7 @@
<?= Helper\form_label(t('Color'), 'color_id') ?>
<?= Helper\form_select('color_id', $colors_list, $values, $errors) ?><br/>
- <?= Helper\form_label(t('Story Points'), 'score') ?>
+ <?= Helper\form_label(t('Complexity'), 'score') ?>
<?= Helper\form_number('score', $values, $errors) ?><br/>
<?= Helper\form_label(t('Due Date'), 'date_due') ?>