summaryrefslogtreecommitdiff
path: root/app/Controller
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-01 18:32:43 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-01 18:32:43 -0400
commit107699e5ed61175cc45eba6d59219d8a40946291 (patch)
treebd6dce3eca303dd2d3c347842267e5046d16cfee /app/Controller
parent77149b5698f056bcc35af038b8e6c5e73008acd1 (diff)
Change page title
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),