X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/744db7fd043608e864f3db7c9cd1fe7efc55205e..9b11ada8adfdfe888c50f799e6523c8df95d090f:/users.php diff --git a/users.php b/users.php index af538902..d20617bc 100644 --- a/users.php +++ b/users.php @@ -52,7 +52,7 @@ if($user->can('manage_users')) { $inactive_users = $user->getUsers($options); } -// 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) {