X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=8028e7e08d9f263cfa3a40a274a8843f1294a14a;hb=e8df044080dd00056497192bc5582d051ef05716;hp=e17a0db037085c55a66abd8e9cf16c9811a18dbe;hpb=2ace7d664627b4caf6491fb9ccb3d4ca3e256e8b;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index e17a0db037..8028e7e08d 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -69,7 +69,7 @@ function newmember_content(&$a) { $o .= '
  • ' . '' . t('Group Your Contacts') . '
    ' . t('Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page.') . '
  • ' . EOL; - if(! get_config('system', 'newuser_public')) { + if(get_config('system', 'newuser_private')) { $o .= '
  • ' . '' . t("Why Aren't My Posts Public?") . '
    ' . t("Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.") . '
  • ' . EOL; }