diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index 3316cb0b0f..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 = 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())); + $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'),