X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/89fb789af54e5842342ef676fab13da4ab0b1098..de05f61301a897661c702f03c1b45dd3ab5c0e8a:/mobile/users.php 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) {