]> git.mxchange.org Git - friendica.git/blobdiff - mod/profperm.php
fix json_encode on url's
[friendica.git] / mod / profperm.php
index 2a1814639ac24c51442e707556680b1bc2837173..e70992a2b9f62a4f8b7dbe36eb11742cb6d2be70 100644 (file)
@@ -113,7 +113,7 @@ function profperm_content(&$a) {
        $o .= '<hr id="prof-separator" />';
        $o .= '<div id="prof-all-contacts">';
 
-               $o .= '<h3>' . t("All Contacts \x28with remote profile access\x29") . '</h3>';
+               $o .= '<h3>' . t("All Contacts \x28with secure profile access\x29") . '</h3>';
                $r = q("SELECT * FROM `contact` WHERE `uid` = %d AND `blocked` = 0 and `pending` = 0 and `self` = 0 
                        AND `network` = 'dfrn' ORDER BY `name` ASC",
                        intval(local_user())