X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=mobile%2Fclients.php;h=d1a49f1e1d186132a05496c3bc14acef16215f15;hb=a8334a66f49ce583f575ec1b4a71c7d746a1bcdc;hp=aa6e6ad306e3741012bb28f446ef3ede2869c6f1;hpb=b401022733a9645ed701522585b2d57db936f5cc;p=timetracker.git diff --git a/mobile/clients.php b/mobile/clients.php index aa6e6ad3..d1a49f1e 100644 --- a/mobile/clients.php +++ b/mobile/clients.php @@ -38,6 +38,6 @@ if (!ttAccessAllowed('manage_clients') || !$user->isPluginEnabled('cl')) { $smarty->assign('active_clients', ttTeamHelper::getActiveClients($user->team_id, true)); $smarty->assign('inactive_clients', ttTeamHelper::getInactiveClients($user->team_id, true)); -$smarty->assign('title', $i18n->getKey('title.clients')); +$smarty->assign('title', $i18n->get('title.clients')); $smarty->assign('content_page_name', 'mobile/clients.tpl'); $smarty->display('mobile/index.tpl');