mention if a user is blocked in the admin panel user overview

This commit is contained in:
Tobias Diekershoff 2018-07-30 17:19:22 +02:00
parent be7a2beab0
commit 0257f410d5
2 changed files with 2 additions and 1 deletions

View file

@ -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'),