Fixed a critical issue with previous commit (hard-coded timestamp for testing).
[timetracker.git] / WEB-INF / resources / en.lang.php
index d3b5375..1062b2b 100644 (file)
@@ -403,11 +403,11 @@ $i18n_key_words = array(
 'form.mail.report_sent' => 'Report sent.',
 'form.mail.invoice_sent' => 'Invoice sent.',
 
-// Quota configuration form.
+// Quotas configuration form.
 'form.quota.year' => 'Year',
 'form.quota.month' => 'Month',
 'form.quota.quota' => 'Quota',
-'form.quota.workdayHours' => 'Hours in a work day',
+'form.quota.workday_hours' => 'Hours in a work day',
 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 );