diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-02-23 11:23:43 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-02-23 11:23:43 +0100 |
commit | eca1f843287a075fff7977bf14de8cb6f6a992c1 (patch) | |
tree | 6e042434d0e8044976cebd0d8870a16281deaafe /mod | |
parent | 3bde7b8f18bf17e87fc803dfb09efa74719aa60e (diff) | |
download | volse-hubzilla-eca1f843287a075fff7977bf14de8cb6f6a992c1.tar.gz volse-hubzilla-eca1f843287a075fff7977bf14de8cb6f6a992c1.tar.bz2 volse-hubzilla-eca1f843287a075fff7977bf14de8cb6f6a992c1.zip |
change wording in case where registration is by apprval only
Diffstat (limited to 'mod')
-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; |