diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/Template/config_application.php | 2 | ||||
-rw-r--r-- | app/Template/project_users.php | 2 |
2 files changed, 2 insertions, 2 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') ?> diff --git a/app/Template/project_users.php b/app/Template/project_users.php index 35079df6..1e1f259f 100644 --- a/app/Template/project_users.php +++ b/app/Template/project_users.php @@ -9,7 +9,7 @@ <?php if (empty($users['allowed'])): ?> <div class="alert alert-error"><?= t('Nobody have access to this project.') ?></div> <?php else: ?> - <div class="listing"> + <div class="alert alert-info"> <p><?= t('Only those users have access to this project:') ?></p> <ul> <?php foreach ($users['allowed'] as $user_id => $username): ?> |