change wording in case where registration is by apprval only

This commit is contained in:
Mario Vavti 2016-02-23 11:23:43 +01:00
parent 3bde7b8f18
commit eca1f84328

View File

@ -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;