diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-01 18:32:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-01 18:32:43 -0400 |
commit | 107699e5ed61175cc45eba6d59219d8a40946291 (patch) | |
tree | bd6dce3eca303dd2d3c347842267e5046d16cfee /app/Controller | |
parent | 77149b5698f056bcc35af038b8e6c5e73008acd1 (diff) |
Change page title
Diffstat (limited to 'app/Controller')
-rw-r--r-- | app/Controller/App.php | 2 |
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), |