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 ac0998c..2e64e42 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');