More refactoring.
[timetracker.git] / users.php
index af53890..d20617b 100644 (file)
--- 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) {