X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/ae00c14ac2999773e17a761542932cb95420430a..2ffa361a7610cbd1334754da314e4783226df689:/mobile/projects.php diff --git a/mobile/projects.php b/mobile/projects.php index a6aa0448..5dec7ee3 100644 --- a/mobile/projects.php +++ b/mobile/projects.php @@ -44,6 +44,6 @@ if($user->canManageTeam()) { $smarty->assign('active_projects', $active_projects); $smarty->assign('inactive_projects', $inactive_projects); -$smarty->assign('title', $i18n->getKey('title.projects')); +$smarty->assign('title', $i18n->get('title.projects')); $smarty->assign('content_page_name', 'mobile/projects.tpl'); $smarty->display('mobile/index.tpl');