Home › Forums › Ultra Community › How-To and Troubleshooting › Need to change Groups to Teams Tagged: groups This topic has 3 replies, 2 voices, and was last updated 2 years ago by MihChe. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 3, 2019 at 1:18 pm #11922 Raakesh VanarajParticipant Hi Team, I currently working on my office project. which is a website for managing a hackathon event that occurs every year. Our users will be in teams of 1 to 3 people and will be able to post about their project live on our website. However, I want to change the ‘Groups’ to ‘Teams’ March 3, 2019 at 5:16 pm #11923 MihCheKeymaster Hi, It depends where you intend to change the ‘Groups’ to ‘Teams’ ? All over or just in User Profile Navigation menu – this is just an example ~Mihai March 3, 2019 at 5:23 pm #11924 Raakesh VanarajParticipant Hi @MihChe I want to change the name Groups to Team everywhere. One more question, my project requires to restrict users to Join the single group(Team) and users restrict to create only 1 group(Team). March 3, 2019 at 5:55 pm #11925 MihCheKeymaster Hi @rocky, This is what you can use to change ANY of the translatable strings add_filter('gettext', function ($translation, $text, $domain){ if($domain === 'ultra-community') { switch (true) { case $text === 'Groups' : return 'Teams'; case $text === 'Group' : return 'Team'; } } return $translation; }, 10, 3); Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic.