]> wagnertech.de Git - timetracker.git/commitdiff
Cosmetic comment fix.
authoranuko <support@anuko.com>
Wed, 17 Jan 2018 22:43:08 +0000 (22:43 +0000)
committeranuko <support@anuko.com>
Wed, 17 Jan 2018 22:43:08 +0000 (22:43 +0000)
quotas.php

index ac0998c5ef799805900c04e2fa68c320ae81ca86..2e64e425d7f078bf6a8359c29ca909613d212dc3 100644 (file)
@@ -93,7 +93,7 @@ if ($request->isPost()){
   }
 }
 
-// Get monthly quotas where for the entire year.
+// Get monthly quotas for the entire year.
 $monthsData = $quota->get($selectedYear);
 
 $form = new Form('monthlyQuotasForm');