X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/21e4f5e84bc1a591193596475417dac92ebbf4e4..c8caee8e34eec5a3fd047d679e79af149ed1e433:/login.php diff --git a/login.php b/login.php index a3345d0e..7ccb9391 100644 --- a/login.php +++ b/login.php @@ -76,7 +76,7 @@ if ($request->isPost()) { } // isPost if(!isTrue(MULTITEAM_MODE) && !ttGroupHelper::getTopGroups()) - $err->add($i18n->get('error.no_teams')); + $err->add($i18n->get('error.no_groups')); // Determine whether to show login hint. It is currently used only for Windows LDAP authentication. $show_hint = ('ad' == $GLOBALS['AUTH_MODULE_PARAMS']['type']);