From 6211a0da8330d0f59a7442036190a99e37b41e31 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 28 Sep 2009 14:58:09 -0300 Subject: [PATCH] ActionItem1260: replace "My communities" with "My groups" --- app/views/shared/user_menu.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/user_menu.rhtml b/app/views/shared/user_menu.rhtml index 78fab95..b1bd5e8 100644 --- a/app/views/shared/user_menu.rhtml +++ b/app/views/shared/user_menu.rhtml @@ -20,7 +20,7 @@
  • - <%= link_to('' + __('My communities'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %> + <%= link_to('' + _('My groups'), { :controller => 'memberships', :profile => user.identifier, :action => 'index' }) %>
  • <% for enterprise in user.enterprises %> -- libgit2 0.21.2