Commit 747706447e590cbf0dbd0610df87f36e896eb127
1 parent
c1968399
Exists in
master
and in
29 other branches
ActionItem862: missed terminology markup
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/profile/index.rhtml
@@ -24,7 +24,7 @@ | @@ -24,7 +24,7 @@ | ||
24 | <%= content_tag 'a', profile.email, :href => 'mailto:'+profile.email %> | 24 | <%= content_tag 'a', profile.email, :href => 'mailto:'+profile.email %> |
25 | </li> | 25 | </li> |
26 | <% end %> | 26 | <% end %> |
27 | - <li><%= link_to _('Friends'), :action => 'friends' %></li> | 27 | + <li><%= link_to __('Friends'), :action => 'friends' %></li> |
28 | <li><%= link_to __('Communities'), :action => 'communities' %></li> | 28 | <li><%= link_to __('Communities'), :action => 'communities' %></li> |
29 | <li><%= link_to __('Enterprises'), :action => 'enterprises' %></li> | 29 | <li><%= link_to __('Enterprises'), :action => 'enterprises' %></li> |
30 | <% end %> | 30 | <% end %> |