Change page title

This commit is contained in:
Frederic Guillot 2015-07-01 18:32:43 -04:00
parent 77149b5698
commit 107699e5ed
1 changed files with 1 additions and 1 deletions

View File

@ -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),