diff options
Diffstat (limited to 'app/Template/project_edit/show.php')
-rw-r--r-- | app/Template/project_edit/show.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/project_edit/show.php b/app/Template/project_edit/show.php index f574b6f9..46cdb8fa 100644 --- a/app/Template/project_edit/show.php +++ b/app/Template/project_edit/show.php @@ -51,6 +51,7 @@ <?= $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)) ?> |