mirror of
https://github.com/friendica/friendica
synced 2024-11-18 06:23:41 +00:00
Typo
This commit is contained in:
parent
14b4fac818
commit
4e20c0e50a
1 changed files with 1 additions and 1 deletions
|
@ -1977,7 +1977,7 @@ function admin_page_users(App $a)
|
|||
|
||||
'$h_users' => L10n::t('Users'),
|
||||
'$h_newuser' => L10n::t('New User'),
|
||||
'$th_deleted' => [L10n::t('Name'), L10n::t('Email'), L10n::t('Register date'), L10n::t('Last login'), L10n::t('Last item'), L10n::t('Permanet deletion')],
|
||||
'$th_deleted' => [L10n::t('Name'), L10n::t('Email'), L10n::t('Register date'), L10n::t('Last login'), L10n::t('Last item'), L10n::t('Permanent deletion')],
|
||||
'$th_users' => $th_users,
|
||||
'$order_users' => $order,
|
||||
'$order_direction_users' => $order_direction,
|
||||
|
|
Loading…
Reference in a new issue