]> wagnertech.de Git - timetracker.git/blobdiff - cf_monthly_quota.php
Some refactoring in translation files.
[timetracker.git] / cf_monthly_quota.php
index 6b94cfdad97ab4952916a2d49a4b86fb9e6d3ef0..0518c57edc89fe0859737d8efefb624403a88a9b 100644 (file)
@@ -83,6 +83,6 @@ for ($i=0; $i < count($months); $i++) {
 $form->addInput(array('type'=>'text', 'name'=>'dailyWorkingHours', 'value'=>$quota->getDailyWorkingHours(), 'style'=>'width:50px'));
 $smarty->assign('months', $months);
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
-$smarty->assign('title', $i18n->getKey('title.monthly_quota'));
+$smarty->assign('title', $i18n->getKey('title.monthly_quotas'));
 $smarty->assign('content_page_name', 'cf_monthly_quota.tpl');
 $smarty->display('index.tpl');