mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
register: only return verified registrations in get_pending_accounts(), more invite handling fixes
This commit is contained in:
@@ -119,7 +119,8 @@ function js_strings() {
|
||||
'$download_info' => t('Please stand by while your download is being prepared.'),
|
||||
|
||||
// mod register
|
||||
'$email_not_valid' => t('Email address not valid')
|
||||
'$email_not_valid' => t('Email address not valid'),
|
||||
'$email_required' => t('Required')
|
||||
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user