Commit 6211a0da8330d0f59a7442036190a99e37b41e31

Authored by Antonio Terceiro
1 parent 11f41659

ActionItem1260: replace "My communities" with "My groups"

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/shared/user_menu.rhtml
... ... @@ -20,7 +20,7 @@
20 20 </li>
21 21  
22 22 <li>
23   - <%= link_to('<span class="icon-menu-my-groups"></span>' + __('My communities'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %>
  23 + <%= link_to('<span class="icon-menu-my-groups"></span>' + _('My groups'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %>
24 24 </li>
25 25  
26 26 <% for enterprise in user.enterprises %>
... ...