X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/39646912fc3018f2a6922ba6716be22a91da14e9..80d8ba7ca7444b575edc4930ee45e46dca66144b:/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');