X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10a6f13349f497f4e2e5c7c4812fcb48db65310e..d5f3d27d84a808f8333822de5662b2cd3a2e322c:/admin_team_edit.php diff --git a/admin_team_edit.php b/admin_team_edit.php index 05bfec8b..58e81b99 100644 --- a/admin_team_edit.php +++ b/admin_team_edit.php @@ -104,6 +104,6 @@ if ($request->isPost()) { $smarty->assign('auth_external', $auth->isPasswordExternal()); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.teamForm.manager_name.focus()"'); -$smarty->assign('title', $i18n->get('title.edit_team')); +$smarty->assign('title', $i18n->get('title.edit_group')); $smarty->assign('content_page_name', 'admin_team_edit.tpl'); $smarty->display('index.tpl');