From: Hypolite Petovan Date: Sat, 20 Jan 2018 02:51:42 +0000 (-0500) Subject: Change /siteinfo to /servers for directory URL on follow page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fee80a57bc9fb2294cbcdb448cedeceb99dc9480;p=friendica.git Change /siteinfo to /servers for directory URL on follow page --- diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index a5f18e07a3..4fd31e485e 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -638,8 +638,8 @@ function dfrn_request_content(App $a) $page_desc = t("Please enter your 'Identity Address' from one of the following supported communications networks:"); $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() + 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() . '/servers' ); $o = replace_macros($tpl, [