X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/98f86b438c91861eed8d384a7e9ab27e97d7d8b7..2bfbf9aa34b4e672ceba72003e294a0a6c5c7972:/quotas.php diff --git a/quotas.php b/quotas.php index ac0998c5..2e64e425 100644 --- a/quotas.php +++ b/quotas.php @@ -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');