mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +02:00
fix #1656 Page title uniformisation
This commit is contained in:
+1
-1
@@ -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']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user