diff --git a/app/views/friends/remove.rhtml b/app/views/friends/remove.rhtml index 786a523..7692da3 100644 --- a/app/views/friends/remove.rhtml +++ b/app/views/friends/remove.rhtml @@ -17,8 +17,8 @@ <% form_tag do %> <%= hidden_field_tag(:confirmation, 1) %> - <%= submit_button(:ok, __("Yes, I want to remove %s from my friend list") % @friend.name) %> - <%= button(:cancel, _("No, I don't want"), :action => 'index') %> + <%= submit_button(:ok, __("Yes") % @friend.name) %> + <%= button(:cancel, _("No"), :action => 'index') %> <% end %> -- libgit2 0.21.2