From: anuko Date: Wed, 17 Jan 2018 22:43:08 +0000 (+0000) Subject: Cosmetic comment fix. X-Git-Tag: timetracker_1.19-1~1372 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=2e5d329bb88d0cda3515cccaea70575867b482fd;p=timetracker.git Cosmetic comment fix. --- 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');