]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Edited view/sv/profile-hide-friends.tpl via GitHub
[friendica.git] / mod / contacts.php
index 8e069b2bd646795f970f3054feae0e28daeb85cb..c2d28dc1f25e5d7363e041170724c66fb2fb5474 100644 (file)
@@ -13,7 +13,7 @@ function contacts_init(&$a) {
 
        $tpl = load_view_file('view/follow.tpl');
        $a->page['aside'] .= replace_macros($tpl,array(
-               '$label' => t('Connect/Follow [profile address]'),
+               '$label' => t('Connect/Follow'),
                '$hint' => t('Example: bob@example.com, http://example.com/barbara'),
                '$follow' => t('Follow')
        ));