Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Changing “Join Group” to “Follow Group”


aces
Participant

@aces

Well you could replace
`
case “Who’s Online Avatars”:
return $translations->translate( “Who’s Online…” );
break;
`
for
`
case “Join Group”:
return $translations->translate( “Follow” );
break;
`
in the example in the link
but as join appears quite a lot of times in buddypress, in different combinations, it might be better just to add your own language file….

Skip to toolbar