diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-26 14:34:03 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-26 14:34:03 -0500 |
commit | 9bcf97a6c9110afd62b542b92d07d27f945eda96 (patch) | |
tree | 6a31787c7be18204b60968cf18d1649afb759335 /app/Template/project_edit | |
parent | 27328255cd727f188e735c2202d0ee95db265677 (diff) |
Project priority is always rendered now
Diffstat (limited to 'app/Template/project_edit')
-rw-r--r-- | app/Template/project_edit/show.php | 1 |
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)) ?> |