diff options
Diffstat (limited to 'app/Template/user/show.php')
-rw-r--r-- | app/Template/user/show.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/user/show.php b/app/Template/user/show.php index a9de6d85..acb02f71 100644 --- a/app/Template/user/show.php +++ b/app/Template/user/show.php @@ -20,7 +20,6 @@ <h2><?= t('Preferences') ?></h2> </div> <ul class="listing"> - <li><?= t('Default project:') ?> <strong><?= (isset($user['default_project_id']) && isset($projects[$user['default_project_id']])) ? $this->e($projects[$user['default_project_id']]) : t('None') ?></strong></li> <li><?= t('Timezone:') ?> <strong><?= $this->text->in($user['timezone'], $timezones) ?></strong></li> <li><?= t('Language:') ?> <strong><?= $this->text->in($user['language'], $languages) ?></strong></li> <li><?= t('Notifications:') ?> <strong><?= $user['notifications_enabled'] == 1 ? t('Enabled') : t('Disabled') ?></strong></li> |