fix: typo in comment

Signed-off-by: Sebastian Mueller <muellersebastian@mail.com>
This commit is contained in:
Sebastian Mueller 2026-01-22 16:15:54 +00:00
parent f75002241c
commit 623d620f75

View file

@ -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 . '+';