Rename "private" projects to "personal"

This commit is contained in:
Frédéric Guillot
2020-02-29 17:52:45 -08:00
parent c12bbb1613
commit b39f857dc4
45 changed files with 216 additions and 284 deletions

View File

@@ -6,7 +6,7 @@
<?php endif ?>
<?php if ($project['is_private']): ?>
<i class="fa fa-lock fa-fw" title="<?= t('Private project') ?>"></i>
<i class="fa fa-lock fa-fw" title="<?= t('Personal project') ?>"></i>
<?php endif ?>
<?php if ($this->user->hasAccess('ProjectUserOverviewController', 'managers')): ?>