]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/register.php
add inboxed and regenerate data objects
[quix0rs-gnu-social.git] / actions / register.php
index 10336d41e60c0c6c37871dd7451d7711e872ecdb..1d7e71dfbc86138fefec984ec6c8af4afb9b53dd 100644 (file)
@@ -64,7 +64,7 @@ class RegisterAction extends Action {
                }
                
                if (common_config('site', 'inviteonly') && !($code && $invite)) {
-                       $this->client_error(_('Sorry, site is invite-only'));
+                       $this->client_error(_('Sorry, only invited people can register.'));
                        return;
                }
                
@@ -165,7 +165,7 @@ class RegisterAction extends Action {
                }
                
                if (common_config('site', 'inviteonly') && !($code && $invite)) {
-                       $this->client_error(_('Sorry, site is invite-only'));
+                       $this->client_error(_('Sorry, only invited people can register.'));
                        return;
                }