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

@@ -48,9 +48,9 @@
</td>
<td>
<?php if ($project['is_active']): ?>
<?= t('Active') ?>
<?= t('Open') ?>
<?php else: ?>
<?= t('Inactive') ?>
<?= t('Closed') ?>
<?php endif ?>
</td>
<td>