X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fregister.php;h=1d7e71dfbc86138fefec984ec6c8af4afb9b53dd;hb=69a1cea319f22362d197cb8a0fc9ab19abdf8548;hp=10336d41e60c0c6c37871dd7451d7711e872ecdb;hpb=3a246c17266d562e0510e5a332009dcfda43c1c7;p=quix0rs-gnu-social.git diff --git a/actions/register.php b/actions/register.php index 10336d41e6..1d7e71dfbc 100644 --- a/actions/register.php +++ b/actions/register.php @@ -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; }