aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_request.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-01 16:49:19 -0700
committerfriendica <info@friendica.com>2012-04-01 16:49:19 -0700
commit845b123b477cad21afffa66640901427d66ad138 (patch)
tree49c8e91f210815eeccd6925457664f39380f0a82 /mod/dfrn_request.php
parent23dc376364b7d8f8e27e3493fe3edbf5cf768a35 (diff)
parent210586eaed18afc4d9ff613ee8f1ea0acdec621a (diff)
downloadvolse-hubzilla-845b123b477cad21afffa66640901427d66ad138.tar.gz
volse-hubzilla-845b123b477cad21afffa66640901427d66ad138.tar.bz2
volse-hubzilla-845b123b477cad21afffa66640901427d66ad138.zip
Merge pull request #198 from beardy-unixer/master
New User Quick Start
Diffstat (limited to 'mod/dfrn_request.php')
-rwxr-xr-xmod/dfrn_request.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php
index c2d37dac7..5881b7b51 100755
--- a/mod/dfrn_request.php
+++ b/mod/dfrn_request.php
@@ -664,8 +664,8 @@ function dfrn_request_content(&$a) {
else
$tpl = get_markup_template('auto_request.tpl');
- $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 = 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 communications networks:");
@@ -699,7 +699,7 @@ function dfrn_request_content(&$a) {
'$friendica' => t('Friendica'),
'$statusnet' => t('StatusNet/Federated Social Web'),
'$diaspora' => t('Diaspora'),
- '$diasnote' => t('- please share from your own site as noted above'),
+ '$diasnote' => sprintf (t(' - please do not use this form. Instead, enter %s into your Diaspora search bar.'),$target_addr),
'$your_address' => t('Your Identity Address:'),
'$invite_desc' => $invite_desc,
'$emailnet' => $emailnet,