diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-02-08 20:35:51 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-02-08 20:35:51 -0500 |
commit | 5c0b90bb298d53567c27be527c9caff16dd34f7f (patch) | |
tree | aa291653fbdf2a46a876f977736abe59a978ac38 /app/Template/project_status/enable.php | |
parent | 647568cdddeaebdb0bd78cec53da9c8d6ac367a3 (diff) |
Change wording for project status (use "closed" instead of "inactive")
Diffstat (limited to 'app/Template/project_status/enable.php')
-rw-r--r-- | app/Template/project_status/enable.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project_status/enable.php b/app/Template/project_status/enable.php index fd8f8c72..c8518993 100644 --- a/app/Template/project_status/enable.php +++ b/app/Template/project_status/enable.php @@ -1,10 +1,10 @@ <div class="page-header"> - <h2><?= t('Project activation') ?></h2> + <h2><?= t('Reopen a project') ?></h2> </div> <div class="confirm"> <p class="alert alert-info"> - <?= t('Do you really want to enable this project: "%s"?', $project['name']) ?> + <?= t('Do you really want to reopen this project: "%s"?', $project['name']) ?> </p> <?= $this->modal->confirmButtons( |