X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/62bebb89af9afb9c4008d799c67e24988cb3688d..69915aba68a312fb2080c2356a482736efc254ae:/group_edit.php diff --git a/group_edit.php b/group_edit.php index e9d5189a..872fe148 100644 --- a/group_edit.php +++ b/group_edit.php @@ -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');