fix #1656 Page title uniformisation

This commit is contained in:
Matthieu Leproux
2022-04-26 12:15:53 +02:00
parent 7958cd4f89
commit 8dae4cb770
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ $template->assign('register_dates', implode(',' , $register_dates));
// +-----------------------------------------------------------------------+
$template->assign(
array(
'ADMIN_PAGE_TITLE' => l10n('Manage users'),
'ADMIN_PAGE_TITLE' => l10n('Users'),
'ACTIVATE_COMMENTS' => $conf['activate_comments'],
'Double_Password' => $conf['double_password_type_in_admin']
)