diff options
Diffstat (limited to 'app/Templates/project_users.php')
-rw-r--r-- | app/Templates/project_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/project_users.php b/app/Templates/project_users.php index dca3524f..8d75f39f 100644 --- a/app/Templates/project_users.php +++ b/app/Templates/project_users.php @@ -3,7 +3,7 @@ </div> <?php if (empty($users['allowed'])): ?> - <div class="alert alert-info"><?= t('Everybody have access to this project.') ?></div> + <div class="alert alert-info"><?= t('Nobody have access to this project.') ?></div> <?php else: ?> <div class="listing"> <p><?= t('Only those users have access to this project:') ?></p> |