summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller')
-rw-r--r--app/Controller/App.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/App.php b/app/Controller/App.php
index c26cb122..fe1e648c 100644
--- a/app/Controller/App.php
+++ b/app/Controller/App.php
@@ -103,7 +103,7 @@ class App extends Base
$user = $this->getUser();
$this->response->html($this->layout('app/overview', array(
- 'title' => t('Overview'),
+ 'title' => t('Dashboard'),
'project_paginator' => $this->getProjectPaginator($user['id'], 'index', 10),
'task_paginator' => $this->getTaskPaginator($user['id'], 'index', 10),
'subtask_paginator' => $this->getSubtaskPaginator($user['id'], 'index', 10),