diff options
Diffstat (limited to 'app/Template/project/dropdown.php')
-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> |