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,7 +12,7 @@
12 </p> 12 </p>
13 <% else %> 13 <% else %>
14 <% button_bar do %> 14 <% button_bar do %>
15 - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> 15 + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %>
16 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> 16 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %>
17 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> 17 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %>
18 <% end %> 18 <% end %>
@@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
43 </div> 43 </div>
44 44
45 <% button_bar do %> 45 <% button_bar do %>
46 - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> 46 + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %>
47 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> 47 <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %>
48 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> 48 <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %>
49 <% end %> 49 <% end %>