]> wagnertech.de Git - timetracker.git/blobdiff - group_edit.php
Replaced usage of title.group with title.group_edit.
[timetracker.git] / group_edit.php
index e9d5189a1b932b3d896eb452e75d5a1ff360c578..872fe1480398f8238463729f7d365ee5d2fecb2f 100644 (file)
@@ -222,6 +222,6 @@ if ($request->isPost()) {
 $smarty->assign('auth_external', $auth->isPasswordExternal());
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));
 $smarty->assign('onload', 'onLoad="handleTaskRequiredCheckbox(); handlePluginCheckboxes();"');
-$smarty->assign('title', $i18n->get('title.group'));
+$smarty->assign('title', $i18n->get('title.edit_group'));
 $smarty->assign('content_page_name', 'group_edit.tpl');
 $smarty->display('index.tpl');