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

@@ -131,7 +131,7 @@ class UserHelper extends Base
'limited_list' => $limitedList,
'has_groups' => $total > 0,
'total' => $total,
'not_shown' => $total - count($limitedList),
'shown' => count($limitedList),
];
}