aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-13 15:40:16 -0700
committerfriendica <info@friendica.com>2012-03-13 15:40:16 -0700
commitdc84da520d7bde3f2e160d2573a549829fd022cf (patch)
tree15b8b3ace4f86e78b3b84ed5fcffd70f16d00a4c /mod/dfrn_request.php
parent5a4167646553e589cf9647c0e0d0446e3f5fd672 (diff)
downloadvolse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.tar.gz
volse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.tar.bz2
volse-hubzilla-dc84da520d7bde3f2e160d2573a549829fd022cf.zip
invite potential connectees to the free social web
Diffstat (limited to 'mod/dfrn_request.php')
-rwxr-xr-xmod/dfrn_request.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index bc159137d..1043d6daf 100755
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -666,7 +666,11 @@ function dfrn_request_content(&$a) {
$page_desc = sprintf( t('Diaspora members: Please do not use this form. Instead, enter "%s" into your Diaspora search bar.'),
$target_addr) . EOL . EOL;
- $page_desc .= t("Please enter your 'Identity Address' from one of the following supported social networks:");
+ $page_desc .= t("Please enter your 'Identity Address' from one of the following supported communications networks:");
+
+ $emailnet = t("<strike>Connect as an email follower</strike> \x28Coming soon\x29");
+
+ $invite_desc = t('If you are not yet a member of the free social web, <a href="http://dir.friendica.com/siteinfo">follow this link to find a public Friendica site and join us today</a>.');
$o .= replace_macros($tpl,array(
'$header' => t('Friend/Connection Request'),
@@ -682,6 +686,8 @@ function dfrn_request_content(&$a) {
'$diaspora' => t('Diaspora'),
'$diasnote' => t('- please share from your own site as noted above'),
'$your_address' => t('Your Identity Address:'),
+ '$invite_desc' => $invite_desc,
+ '$emailnet' => $emailnet,
'$submit' => t('Submit Request'),
'$cancel' => t('Cancel'),
'$nickname' => $a->argv[1],