mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Additional info in registration request
This commit is contained in:
parent
1cc0cc5b82
commit
b95bf00e89
9 changed files with 37 additions and 9 deletions
|
@ -1388,6 +1388,7 @@ function admin_page_users(&$a){
|
|||
'$h_deleted' => t('User waiting for permanent deletion'),
|
||||
'$th_pending' => array(t('Request date'), t('Name'), t('Email')),
|
||||
'$no_pending' => t('No registrations.'),
|
||||
'$pendingnotetext' => t('Note from the user'),
|
||||
'$approve' => t('Approve'),
|
||||
'$deny' => t('Deny'),
|
||||
'$delete' => t('Delete'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue