Commit 5d8e32e401d0918055e56d5e8cdf3a4c03782ec7
Committed by
Antonio Terceiro
1 parent
f9aacc7d
Exists in
master
and in
28 other branches
"Add friend" is better then "Add"
(ActionItem1649)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -519,7 +519,7 @@ module ApplicationHelper |
519 | 519 | {_('Friends') => {:href => url_for(:controller => :profile, :action => :friends, :profile => profile.identifier)}}, |
520 | 520 | {_('Communities') => {:href => url_for(:controller => :profile, :action => :communities, :profile => profile.identifier)}}, |
521 | 521 | {_('Send an e-mail') => {:href => url_for(:profile => profile.identifier, :controller => 'contact', :action => 'new'), :class => 'send-an-email', :style => 'display: none'}}, |
522 | - {_('Add') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} | |
522 | + {_('Add friend') => {:href => url_for(profile.add_url), :class => 'add-friend', :style => 'display: none'}} | |
523 | 523 | ] |
524 | 524 | elsif profile.kind_of?(Community) |
525 | 525 | [ | ... | ... |