Change help message for application URL

This commit is contained in:
Frederic Guillot
2016-02-20 18:35:41 -05:00
parent 6c4a66fe01
commit 67e7285530
25 changed files with 25 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
<?= $this->form->label(t('Application URL'), 'application_url') ?>
<?= $this->form->text('application_url', $values, $errors, array('placeholder="http://example.kanboard.net/"')) ?>
<p class="form-help"><?= t('Example: http://example.kanboard.net/ (used by email notifications)') ?></p>
<p class="form-help"><?= t('Example: http://example.kanboard.net/ (used to generate absolute URLs)') ?></p>
<?= $this->form->label(t('Language'), 'application_language') ?>
<?= $this->form->select('application_language', $languages, $values, $errors) ?>