diff options
Diffstat (limited to 'app/Templates/project_sidebar.php')
-rw-r--r-- | app/Templates/project_sidebar.php | 2 |
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&action=index&project_id=<?= $project['id'] ?>"><?= t('Categories management') ?></a> </li> <li> - <a href="?controller=project&action=users&project_id=<?= $project['id'] ?>"><?= t('Users management') ?></a> + <a href="?controller=project&action=users&project_id=<?= $project['id'] ?>"><?= t('User management') ?></a> </li> <li> <a href="?controller=action&action=index&project_id=<?= $project['id'] ?>"><?= t('Automatic actions') ?></a> |