From 107699e5ed61175cc45eba6d59219d8a40946291 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 1 Jul 2015 18:32:43 -0400 Subject: Change page title --- app/Controller/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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), -- cgit v1.2.3