Skip to content

Commit e10e1c5

Browse files
committed
Issues-105
1 parent 5e2a638 commit e10e1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class.groups.plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ private function getTopcoderRoles($user, $resources = null, $roleResources = nul
407407
*/
408408
private function addGroupLinkToMenu() {
409409
if(Gdn::session()->isValid()) {
410-
echo '<li>'. anchor('Groups', GroupsPlugin::GROUPS_ROUTE).'</li>';
410+
echo '<li>'. anchor('Challenges', GroupsPlugin::GROUPS_ROUTE).'</li>';
411411
}
412412
}
413413

0 commit comments

Comments
 (0)