Merge pull request #4284 from MrPetovan/bug/3020-change-siteinfo-to-servers

Change /siteinfo to /servers for directory URL on follow page
pull/4289/head
Michael Vogel 2018-01-20 09:19:51 +01:00 committed by GitHub
commit f0a23aa71c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View 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, [