diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 14:00:25 -0700 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-06-06 14:00:25 -0700 |
commit | 07a0a816b11403e25562d11f494f16f03857f14e (patch) | |
tree | 6e03bf8d8f469033cbef519a4e97d2897bef9cf5 /app/Template/project | |
parent | 5064fcd33098e7252690af8a0770f83aadefa059 (diff) |
Reword project settings label
Diffstat (limited to 'app/Template/project')
-rw-r--r-- | app/Template/project/dropdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/dropdown.php b/app/Template/project/dropdown.php index 28fd9ba2..4b776377 100644 --- a/app/Template/project/dropdown.php +++ b/app/Template/project/dropdown.php @@ -21,7 +21,7 @@ <?php if ($this->user->hasProjectAccess('ProjectEditController', 'show', $project['id'])): ?> <li> - <?= $this->url->icon('cog', t('Settings'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?> + <?= $this->url->icon('cog', t('Configure this project'), 'ProjectViewController', 'show', array('project_id' => $project['id'])) ?> </li> <?php endif ?> </ul> |