Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,993
- How-to & Troubleshooting
- 129,353
- Creating & Extending
- 25,784
- Requests & Feedback
- 9,480
- Third Party Plugins
- 9,784
- Showcase
- 3,319
- Ideas
- 1,401
- Miscellaneous
- 9,168
-
Have you tried?
`
case “Friends (%d)“:
return $translations->translate( “Mates (%d)” );
break;
`
Also. I have just discovered from the buddypress codex that the friends slug can be changed to match to your choice…
`
define ( ‘BP_FRIENDS_SLUG’, ‘peeps’ );
`
It goes in the wp-config.php file
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS