aboutsummaryrefslogtreecommitdiff
path: root/friends/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'friends/index.php')
-rw-r--r--friends/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/friends/index.php b/friends/index.php
index 8f4e3d09c..d7e02f168 100644
--- a/friends/index.php
+++ b/friends/index.php
@@ -17,7 +17,7 @@
$owner = $_SESSION['user'];
}
- $area1 = elgg_view_title(elgg_echo('Friends'));
+ $area1 = elgg_view_title(elgg_echo('friends'));
$area2 = list_entities_from_relationship('friend',$owner->getGUID(),false,'user','',0,10,false);
$body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2);