]> git.mxchange.org Git - friendica.git/commitdiff
Change /siteinfo to /servers for directory URL on follow page
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 20 Jan 2018 02:51:42 +0000 (21:51 -0500)
committerHypolite Petovan <mrpetovan@gmail.com>
Sat, 20 Jan 2018 02:51:42 +0000 (21:51 -0500)
mod/dfrn_request.php

index a5f18e07a3c298c803d8450cebccc6bbfdea19dc..4fd31e485e1b8a030913cd8dd2f4d2f7707aed0b 100644 (file)
@@ -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, <a href="%s/siteinfo">follow this link to find a public Friendica site and join us today</a>.'),
-                       get_server()
+                       t('If you are not yet a member of the free social web, <a href="%s">follow this link to find a public Friendica site and join us today</a>.'),
+                       get_server() . '/servers'
                );
 
                $o = replace_macros($tpl, [