mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
fix: typo in comment
Signed-off-by: Sebastian Mueller <muellersebastian@mail.com>
This commit is contained in:
parent
f75002241c
commit
623d620f75
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ class UsersController extends Controller {
|
|||
$forceSortGroupByName = $sortGroupsBy === MetaData::SORT_GROUPNAME;
|
||||
|
||||
|
||||
// display user count with a plus appended, if limit is exceede
|
||||
// display user count with a plus appended, if limit is exceeded
|
||||
$userCount = ($userCount < self::COUNT_LIMIT_FOR_SUBADMINS) ? $userCount : self::COUNT_LIMIT_FOR_SUBADMINS . '+';
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue