From bba188eae3f1286910e8c57d304f72eab8e0ea14 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 30 Oct 2013 18:49:14 -0700 Subject: if registration is disabled, send the site register link to pubsites --- mod/pubsites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/pubsites.php') diff --git a/mod/pubsites.php b/mod/pubsites.php index 78b107229..0441f928b 100644 --- a/mod/pubsites.php +++ b/mod/pubsites.php @@ -22,7 +22,7 @@ function pubsites_content(&$a) { $o .= '

' . t('Public Sites') . '

'; $o .= '
' . - t('The listed sites allow public registration. Some may require subscription or provide tiered service plans. The provider links may provide additional details.') . '
' . EOL; + t('The listed sites allow public registration into the Red Matrix. All sites in the matrix are interlinked so membership on any of them conveys membership in the matrix as a whole. Some sites may require subscription or provide tiered service plans. The provider links may provide additional details.') . '' . EOL; $ret = z_fetch_url($url); if($ret['success']) { -- cgit v1.2.3