From 5c0b90bb298d53567c27be527c9caff16dd34f7f Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Wed, 8 Feb 2017 20:35:51 -0500 Subject: Change wording for project status (use "closed" instead of "inactive") --- app/Controller/ProjectStatusController.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/Controller/ProjectStatusController.php') diff --git a/app/Controller/ProjectStatusController.php b/app/Controller/ProjectStatusController.php index 78e77870..5bc445be 100644 --- a/app/Controller/ProjectStatusController.php +++ b/app/Controller/ProjectStatusController.php @@ -19,7 +19,6 @@ class ProjectStatusController extends BaseController $this->response->html($this->template->render('project_status/enable', array( 'project' => $project, - 'title' => t('Project activation') ))); } @@ -49,7 +48,6 @@ class ProjectStatusController extends BaseController $this->response->html($this->template->render('project_status/disable', array( 'project' => $project, - 'title' => t('Project activation') ))); } -- cgit v1.2.3