X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/fd0872d9e582113346fa1e93557f370286c5c9f2..aba62f48b2293cde4cc39123deb92bd7935dc76b:/register.php diff --git a/register.php b/register.php index 32fed57a..d1e9ff90 100644 --- a/register.php +++ b/register.php @@ -111,7 +111,7 @@ if ($request->isPost()) { } } // isPost -$smarty->assign('title', $i18n->get('title.create_team')); +$smarty->assign('title', $i18n->get('title.create_group')); $smarty->assign('forms', array($form->getName()=>$form->toArray())); $smarty->assign('onload', 'onLoad="document.profileForm.team.focus()"'); $smarty->assign('content_page_name', 'register.tpl');