From eca1f843287a075fff7977bf14de8cb6f6a992c1 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 23 Feb 2016 11:23:43 +0100 Subject: change wording in case where registration is by apprval only --- mod/register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/register.php') 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; -- cgit v1.2.3