]> git.mxchange.org Git - friendica.git/blobdiff - mod/admin.php
mention if a user is blocked in the admin panel user overview
[friendica.git] / mod / admin.php
index b88bc723a20f2c1e000be4b5b794e3ee5d1bb113..fae20f79bd9635238ff8708d4ae1f0bb2c943e2d 100644 (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'),