]> wagnertech.de Git - timetracker.git/blobdiff - register.php
Refactoring - renamed title.create_group with title.add_group for consistency.
[timetracker.git] / register.php
index 4568e37090ef4fd42eb4baa4e773ea772cf75c17..298f2818f960bd2fc913c8204a768cb4d5d989a4 100644 (file)
@@ -111,7 +111,7 @@ if ($request->isPost()) {
   }
 } // isPost
 
-$smarty->assign('title', $i18n->get('title.create_group'));
+$smarty->assign('title', $i18n->get('title.add_group'));
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="document.groupForm.group_name.focus()"');
 $smarty->assign('content_page_name', 'register.tpl');