Changed titles a bit

This commit is contained in:
Marcin Kurczewski
2013-10-20 00:36:50 +02:00
parent 3fc1046bb2
commit b4186a218c
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ class UserController
$page = intval($page);
$usersPerPage = intval($this->config->browsing->usersPerPage);
$this->context->subTitle = 'browsing users';
$this->context->subTitle = 'users';
PrivilegesHelper::confirmWithException(Privilege::ListUsers);
if ($sortStyle == '' or $sortStyle == 'alpha')