Change wording for project status (use "closed" instead of "inactive")

This commit is contained in:
Frederic Guillot
2017-02-08 20:35:51 -05:00
parent 647568cddd
commit 5c0b90bb29
32 changed files with 210 additions and 86 deletions

View File

@@ -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')
)));
}