diff options
author | friendica <info@friendica.com> | 2012-07-09 06:11:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-09 06:11:58 -0700 |
commit | 8855cb9c286eb66ad96b3388d85ccc57434a6db3 (patch) | |
tree | 2a3032becd771511357361f1c0f6760178a13b8f /mod/dfrn_request.php | |
parent | 95fdba753c67110c6461ebf659d90304bbb835a8 (diff) | |
download | volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.gz volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.tar.bz2 volse-hubzilla-8855cb9c286eb66ad96b3388d85ccc57434a6db3.zip |
identity address is now a web-id or "webbie"
Diffstat (limited to 'mod/dfrn_request.php')
-rw-r--r-- | mod/dfrn_request.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/dfrn_request.php b/mod/dfrn_request.php index cec2d7f8b..eabde30b9 100644 --- a/mod/dfrn_request.php +++ b/mod/dfrn_request.php @@ -827,7 +827,7 @@ function dfrn_request_content(&$a) { $o .= replace_macros($tpl,array( '$header' => t('Friend/Connection Request'), - '$desc' => t('Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca'), + '$desc' => t('Examples: jojo@zothub.com, bob@example.com'), '$pls_answer' => t('Please answer the following:'), '$does_know' => sprintf( t('Does %s know you?'),$a->profile['name']), '$yes' => t('Yes'), @@ -838,7 +838,7 @@ function dfrn_request_content(&$a) { '$statusnet' => t('StatusNet/Federated Social Web'), '$diaspora' => t('Diaspora'), '$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:'), + '$your_address' => t('Your webbie (web-id):'), '$invite_desc' => $invite_desc, '$emailnet' => $emailnet, '$submit' => t('Submit Request'), |