Commit 59a30bcc9cb7c7d34a62e738ae4415c0e939acac

Authored by Daniela Feitosa
Committed by Antonio Terceiro
1 parent 729577cc

Changing text of button

(ActionItem1344)
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/friends/index.rhtml
... ... @@ -12,7 +12,7 @@
12 12 </p>
13 13 <% else %>
14 14 <% button_bar do %>
15   - <%= button(:back, _('Go back'), :controller => 'profile_editor') %>
  15 + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %>
16 16 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %>
17 17 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %>
18 18 <% end %>
... ... @@ -43,7 +43,7 @@
43 43 </div>
44 44  
45 45 <% button_bar do %>
46   - <%= button(:back, _('Go back'), :controller => 'profile_editor') %>
  46 + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %>
47 47 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %>
48 48 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %>
49 49 <% end %>
... ...