summaryrefslogtreecommitdiff
path: root/app/Template/config_application.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-10-26 19:58:47 -0400
commitd97e1bd4cfd013b54e72f446a0e5934fff559781 (patch)
tree81ea919a3b12d61f4b8cd8da5531e380a6810779 /app/Template/config_application.php
parentc5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff)
Update documentation
Diffstat (limited to 'app/Template/config_application.php')
-rw-r--r--app/Template/config_application.php2
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') ?>