diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
commit | d97e1bd4cfd013b54e72f446a0e5934fff559781 (patch) | |
tree | 81ea919a3b12d61f4b8cd8da5531e380a6810779 /app/Template/config_application.php | |
parent | c5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff) |
Update documentation
Diffstat (limited to 'app/Template/config_application.php')
-rw-r--r-- | app/Template/config_application.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config_application.php b/app/Template/config_application.php index 97071bd0..c92975bc 100644 --- a/app/Template/config_application.php +++ b/app/Template/config_application.php @@ -7,7 +7,7 @@ <?= Helper\form_csrf() ?> <?= Helper\form_label(t('Application URL'), 'application_url') ?> - <?= Helper\form_text('application_url', $values, $errors, array('placeholder="http://example.kanboar.net/"')) ?><br/> + <?= Helper\form_text('application_url', $values, $errors, array('placeholder="http://example.kanboard.net/"')) ?><br/> <p class="form-help"><?= t('Example: http://example.kanboard.net/ (used by email notifications)') ?></p> <?= Helper\form_label(t('Language'), 'application_language') ?> |