X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/b401022733a9645ed701522585b2d57db936f5cc..e59d57b1fcf105382028dcfc0157a6ca84b0dc46:/mobile/users.php diff --git a/mobile/users.php b/mobile/users.php index 8ae0fc93..131d2b44 100644 --- a/mobile/users.php +++ b/mobile/users.php @@ -55,6 +55,6 @@ if ($user->uncompleted_indicators) { $smarty->assign('active_users', $active_users); $smarty->assign('inactive_users', $inactive_users); $smarty->assign('can_delete_manager', $can_delete_manager); -$smarty->assign('title', $i18n->getKey('title.users')); +$smarty->assign('title', $i18n->get('title.users')); $smarty->assign('content_page_name', 'mobile/users.tpl'); $smarty->display('mobile/index.tpl');