X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdfrn_request.php;h=7e5b67b7c2b1ff2024c7a5ceb0cd760097bd25ce;hb=26983bafff024adab0339b828ec21d83fc5d1007;hp=62b6f4bd700f80aaea4dc69729e57eeb238d2f1e;hpb=26eceaacbe883b7ece20c0cfb5c724c8ba1a7d99;p=friendica.git diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 62b6f4bd70..7e5b67b7c2 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -836,7 +836,10 @@ function dfrn_request_content(&$a) { //$emailnet = (($mail_disabled) ? '' : t("Connect as an email follower \x28Coming soon\x29")); $emailnet = ""; - $invite_desc = t('If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today.'); + $invite_desc = sprintf( + t('If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today.'), + get_server() + ); $o .= replace_macros($tpl,array( '$header' => t('Friend/Connection Request'),