summaryrefslogtreecommitdiff
path: root/app/Template/project_edit
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_edit')
-rw-r--r--app/Template/project_edit/show.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/project_edit/show.php b/app/Template/project_edit/show.php
index 074f1d37..62bd9af6 100644
--- a/app/Template/project_edit/show.php
+++ b/app/Template/project_edit/show.php
@@ -61,7 +61,6 @@
<?= $this->form->label(t('Highest priority'), 'priority_end') ?>
<?= $this->form->number('priority_end', $values, $errors, array('tabindex="10"')) ?>
- <p class="form-help"><?= t('If you put zero to the low and high priority, this feature will be disabled.') ?></p>
</fieldset>
<?= $this->modal->submitButtons(array('tabindex' => 11)) ?>