X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofperm.php;h=e70992a2b9f62a4f8b7dbe36eb11742cb6d2be70;hb=df7a4206b70522bdf3a116433c5e0edac1f43c59;hp=2a1814639ac24c51442e707556680b1bc2837173;hpb=080efe4d1eaf2ceb85f230a48eac7e2e8103580b;p=friendica.git diff --git a/mod/profperm.php b/mod/profperm.php index 2a1814639a..e70992a2b9 100644 --- a/mod/profperm.php +++ b/mod/profperm.php @@ -113,7 +113,7 @@ function profperm_content(&$a) { $o .= '
'; $o .= '
'; - $o .= '

' . t("All Contacts \x28with remote profile access\x29") . '

'; + $o .= '

' . t("All Contacts \x28with secure profile access\x29") . '

'; $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())