X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fusers.php;h=d0b5d2189eeb33f4ede6ac55a0fb2584c48a6c76;hb=2bd9983978cf8d6263e27a531aeb33f365667e37;hp=b531d7a49c42c9aa998abbbd2851b96764a617fb;hpb=2df50105b46a5cbd6493271b137a136ccfe2ea5a;p=timetracker.git diff --git a/mobile/users.php b/mobile/users.php index b531d7a4..d0b5d218 100644 --- a/mobile/users.php +++ b/mobile/users.php @@ -45,7 +45,7 @@ if($user->can('manage_users')) { $inactive_users = ttTeamHelper::getInactiveUsers($user->group_id, true); } -// Check if the team is set to show indicators for uncompleted time entries. +// Check if the group is set to show indicators for uncompleted time entries. if ($user->uncompleted_indicators) { // Check each active user if they have an uncompleted time entry. foreach ($active_users as $key => $user) {