diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-04-04 16:51:52 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-04-04 16:51:52 -0700 |
commit | 3808b5dc09fdf7933d05d1ee5af1e24f3907b70f (patch) | |
tree | 036f9bed58d719eb93d853fa7890de8f47f3e671 /app/Template/user_view | |
parent | a4642d17e0e1ea018b128efdcc3db281461458b1 (diff) |
Add missing translations
Diffstat (limited to 'app/Template/user_view')
-rw-r--r-- | app/Template/user_view/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/user_view/show.php b/app/Template/user_view/show.php index 39d10ab5..6172c561 100644 --- a/app/Template/user_view/show.php +++ b/app/Template/user_view/show.php @@ -33,7 +33,7 @@ <ul class="panel"> <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('Filter:') ?> <strong><?= $this->text->e($user['filter']) ?></strong></li> + <li><?= t('Custom Filter:') ?> <strong><?= $this->text->e($user['filter']) ?></strong></li> <li><?= t('Notifications:') ?> <strong><?= $user['notifications_enabled'] == 1 ? t('Enabled') : t('Disabled') ?></strong></li> </ul> |