diff options
Diffstat (limited to 'mod/groups/index.php')
| -rw-r--r-- | mod/groups/index.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/index.php b/mod/groups/index.php index 319de038a..f38b72211 100644 --- a/mod/groups/index.php +++ b/mod/groups/index.php @@ -14,7 +14,7 @@  	$limit = get_input("limit", 10);  	$offset = get_input("offset", 0); -	$title = sprintf(elgg_echo("groups:yours"),page_owner_entity()->name); +	$title = sprintf(elgg_echo("groups:owned"),page_owner_entity()->name);  	// Get objects  	$area2 = elgg_view_title($title);
  | 
