diff options
author | Mario <mario@mariovavti.com> | 2021-04-15 09:26:47 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-15 09:26:47 +0000 |
commit | 4d3a555b53f3fdd710d7d502bb812d9a565a35f4 (patch) | |
tree | 1784b3145dcc892f7256a26cae179bdf7386466a /Zotlabs/Module/Admin/Accounts.php | |
parent | e35ab97b7ecbd96e11883bc194bfe9fb5a72e7f2 (diff) | |
download | volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.tar.gz volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.tar.bz2 volse-hubzilla-4d3a555b53f3fdd710d7d502bb812d9a565a35f4.zip |
register: minor fixes and template cleanup
Diffstat (limited to 'Zotlabs/Module/Admin/Accounts.php')
-rw-r--r-- | Zotlabs/Module/Admin/Accounts.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Accounts.php b/Zotlabs/Module/Admin/Accounts.php index 0c0725bd2..32029eb00 100644 --- a/Zotlabs/Module/Admin/Accounts.php +++ b/Zotlabs/Module/Admin/Accounts.php @@ -299,7 +299,7 @@ class Accounts { '$sel_deny' => t('Deny selected'), '$sel_aprv' => t('Approve selected'), '$h_pending' => t('Verified registrations waiting for approval'), - '$th_pending' => array(t('Request date'), 'dId2', t('Email'), 'IP', t('IP Count')), + '$th_pending' => array(t('Request date'), 'dId2', t('Email'), 'IP', t('Requests')), '$no_pending' => t('No verified registrations.'), '$approve' => t('Approve'), '$deny' => t('Deny'), @@ -330,6 +330,7 @@ class Accounts { '$tao' => $tao, '$pending' => $pending, '$users' => $users, + '$msg' => t('Message') )); $o .= paginate($a); |