From fee80a57bc9fb2294cbcdb448cedeceb99dc9480 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Fri, 19 Jan 2018 21:51:42 -0500 Subject: [PATCH] Change /siteinfo to /servers for directory URL on follow page --- mod/dfrn_request.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, [