forked from GNUsocial/gnu-social
Verbage of a closed invite only site, it shouldnt ask you to register.
This commit is contained in:
parent
4c61f98cd0
commit
acff6d4bfd
@ -173,7 +173,7 @@ class PublicAction extends Action
|
|||||||
if (common_logged_in()) {
|
if (common_logged_in()) {
|
||||||
$message .= _('Be the first to post!');
|
$message .= _('Be the first to post!');
|
||||||
}
|
}
|
||||||
else {
|
if (! (common_config('site','closed') || common_config('site','inviteonly'))) {
|
||||||
$message .= _('Why not [register an account](%%action.register%%) and be the first to post!');
|
$message .= _('Why not [register an account](%%action.register%%) and be the first to post!');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user