mirror of
https://github.com/friendica/friendica
synced 2025-04-26 03:50:12 +00:00
mention if a user is blocked in the admin panel user overview
This commit is contained in:
parent
be7a2beab0
commit
0257f410d5
2 changed files with 2 additions and 1 deletions
|
@ -1881,6 +1881,7 @@ function admin_page_users(App $a)
|
|||
'$deny' => L10n::t('Deny'),
|
||||
'$delete' => L10n::t('Delete'),
|
||||
'$block' => L10n::t('Block'),
|
||||
'$blocked' => L10n::t('User blocked'),
|
||||
'$unblock' => L10n::t('Unblock'),
|
||||
'$siteadmin' => L10n::t('Site admin'),
|
||||
'$accountexpired' => L10n::t('Account expired'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue