change wording in case where registration is by apprval only
This commit is contained in:
parent
3bde7b8f18
commit
eca1f84328
@ -254,7 +254,7 @@ function register_content(&$a) {
|
||||
'$email' => $email,
|
||||
'$pass1' => $password,
|
||||
'$pass2' => $password2,
|
||||
'$submit' => ((UNO || $auto_create) ? t('Register') : t('Proceed to create your first channel'))
|
||||
'$submit' => ((UNO || $auto_create || $registration_is) ? t('Register') : t('Proceed to create your first channel'))
|
||||
));
|
||||
|
||||
return $o;
|
||||
|
Reference in New Issue
Block a user