diff --git a/app/views/friends/index.rhtml b/app/views/friends/index.rhtml index b58d34d..01169ba 100644 --- a/app/views/friends/index.rhtml +++ b/app/views/friends/index.rhtml @@ -12,7 +12,7 @@

<% else %> <% button_bar do %> - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> <% end %> @@ -43,7 +43,7 @@ <% button_bar do %> - <%= button(:back, _('Go back'), :controller => 'profile_editor') %> + <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <%= button(:search, _('Find people'), :controller => 'search', :action => 'assets', :asset => 'people') %> <%= button(:search, _('Invite people from my e-mail contacts'), :action => 'invite') %> <% end %> -- libgit2 0.21.2