Final fixes / German translation for user-groups-listing

This commit is contained in:
Manfred Hoffmann
2020-04-05 23:55:25 +02:00
committed by GitHub
parent 490bcd17d8
commit a648a579cc
4 changed files with 5 additions and 5 deletions

View File

@@ -17,8 +17,8 @@
<?php if ($users_groups['has_groups']): ?>
<span title="<?= $groups_list_tooltip ?>">
<i class="fa fa-fw fa-group" aria-hidden="true"></i><?= $this->text->implode(', ', $users_groups['limited_list']) ?>
<?php if ($users_groups['not_shown'] > 0): ?>
&nbsp;<?= t('%d/%d group(s) shown', $users_groups['not_shown'], $users_groups['total']) ?>
<?php if ($users_groups['shown'] != $users_groups['total']): ?>
&nbsp;<?= t('%d/%d group(s) shown', $users_groups['shown'], $users_groups['total']) ?>
<?php endif ?>
</span>
<?php endif ?>