X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/10a6f13349f497f4e2e5c7c4812fcb48db65310e..d5f3d27d84a808f8333822de5662b2cd3a2e322c:/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');