]> git.mxchange.org Git - friendica.git/commitdiff
Remove Facebook from newmember text.
authorThomas Willingham <founder@kakste.com>
Wed, 15 Aug 2012 21:26:44 +0000 (22:26 +0100)
committerThomas Willingham <founder@kakste.com>
Wed, 15 Aug 2012 21:26:44 +0000 (22:26 +0100)
mod/newmember.php

index a423d11b8fbec3e912700f48a807f8c2c11fadc9..8f71a7c0dab6618395271fe7793945005c6e9d18 100644 (file)
@@ -13,7 +13,7 @@ function newmember_content(&$a) {
 
        $o .= '<ul>';
 
-       $o .= '<li>' . '<a target="newmember" href="help/guide">' . t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, connect to Facebook, make some new connections, and find some groups to join.') . '</a></li>' . EOL; 
+       $o .= '<li>' . '<a target="newmember" href="help/guide">' . t('On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.') . '</a></li>' . EOL; 
 
        $o .= '<li>' . '<a target="newmember" href="settings">' . t('On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.') . '</a></li>' . EOL;