summaryrefslogtreecommitdiff
path: root/app/Templates/project_sidebar.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Templates/project_sidebar.php')
-rw-r--r--app/Templates/project_sidebar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/project_sidebar.php b/app/Templates/project_sidebar.php
index d711e347..41f1d447 100644
--- a/app/Templates/project_sidebar.php
+++ b/app/Templates/project_sidebar.php
@@ -23,7 +23,7 @@
<a href="?controller=category&amp;action=index&amp;project_id=<?= $project['id'] ?>"><?= t('Categories management') ?></a>
</li>
<li>
- <a href="?controller=project&amp;action=users&amp;project_id=<?= $project['id'] ?>"><?= t('Users management') ?></a>
+ <a href="?controller=project&amp;action=users&amp;project_id=<?= $project['id'] ?>"><?= t('User management') ?></a>
</li>
<li>
<a href="?controller=action&amp;action=index&amp;project_id=<?= $project['id'] ?>"><?= t('Automatic actions') ?></a>