aboutsummaryrefslogtreecommitdiff
path: root/friends
diff options
context:
space:
mode:
Diffstat (limited to 'friends')
-rw-r--r--friends/index.php2
-rw-r--r--friends/of.php2
2 files changed, 2 insertions, 2 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);
diff --git a/friends/of.php b/friends/of.php
index 42e8867c0..82325f6f6 100644
--- a/friends/of.php
+++ b/friends/of.php
@@ -17,7 +17,7 @@
$owner = $_SESSION['user'];
}
- $area1 = elgg_view_title(elgg_echo('Friends of'));
+ $area1 = elgg_view_title(elgg_echo('friends:of'));
$area2 = list_entities_from_relationship('friend',$owner->getGUID(),true,'user','',0,10,false);
$body = elgg_view_layout('two_column_left_sidebar', '', $area1 . $area2);