]> wagnertech.de Git - timetracker.git/blobdiff - mobile/clients.php
Put a swap roles link on user_edit.php.
[timetracker.git] / mobile / clients.php
index aa6e6ad306e3741012bb28f446ef3ede2869c6f1..d1a49f1e1d186132a05496c3bc14acef16215f15 100644 (file)
@@ -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');