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

@@ -44,7 +44,7 @@
</form>
<?php if ($is_private): ?>
<div class="alert alert-info">
<p><?= t('There is no user management for private projects.') ?></p>
<p><?= t('There is no user management for personal projects.') ?></p>
</div>
<?php endif ?>
</section>