Admin t()
update t() in admin
This commit is contained in:
parent
27d5a7112a
commit
220c566fbd
1 changed files with 4 additions and 4 deletions
|
@ -1634,10 +1634,10 @@ function admin_page_users(App $a)
|
||||||
$adminlist = explode(",", str_replace(" ", "", $a->config['admin_email']));
|
$adminlist = explode(",", str_replace(" ", "", $a->config['admin_email']));
|
||||||
$_setup_users = function ($e) use ($adminlist) {
|
$_setup_users = function ($e) use ($adminlist) {
|
||||||
$accounts = [
|
$accounts = [
|
||||||
t('Normal Account'),
|
L10n::t('Normal Account'),
|
||||||
t('Automatic Follower Account'),
|
L10n::t('Automatic Follower Account'),
|
||||||
t('Public Forum Account'),
|
L10n::t('Public Forum Account'),
|
||||||
t('Automatic Friend Account')
|
L10n::t('Automatic Friend Account')
|
||||||
];
|
];
|
||||||
$e['page-flags'] = $accounts[$e['page-flags']];
|
$e['page-flags'] = $accounts[$e['page-flags']];
|
||||||
$e['register_date'] = relative_date($e['register_date']);
|
$e['register_date'] = relative_date($e['register_date']);
|
||||||
|
|
Loading…
Reference in a new issue