diff options
Diffstat (limited to 'mod/register.php')
-rw-r--r-- | mod/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php index bde10a362..2de13feae 100644 --- a/mod/register.php +++ b/mod/register.php @@ -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; |