aboutsummaryrefslogtreecommitdiffstats
path: root/view/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'view/profile.php')
-rw-r--r--view/profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/profile.php b/view/profile.php
index a07a45220..5b092d1dc 100644
--- a/view/profile.php
+++ b/view/profile.php
@@ -21,7 +21,7 @@
<div id="profile-extra-links">
<ul>
<?php if($profile['uid'] != $_SESSION['uid']) { ?>
- <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Introductions</a></li>
+ <li><a id="dfrn-request-link" href="dfrn_request/<?php echo $profile['nickname']; ?>">Connect</a></li>
<?php } ?>
<?php if(! $profile['hide-friends']) echo '<li><a id="viewcontacts-link" href="viewcontacts/' . $profile['nickname'] . '">View Contacts</a></li>'; ?>