diff --git a/app/views/memberships/destroy_community.rhtml b/app/views/memberships/destroy_community.rhtml index a5cbbcf..f1aa4c8 100644 --- a/app/views/memberships/destroy_community.rhtml +++ b/app/views/memberships/destroy_community.rhtml @@ -1,9 +1,9 @@

<%= _('To remove %s') % @community.short_name %>

-

<%= _('Are you sure you want to destroy "%s"?') % content_tag( 'i', @community.name ) %>

+

<%= _('Are you sure you want to remove "%s"?') % content_tag( 'i', @community.name ) %>

<% form_tag do %> <%= hidden_field_tag(:confirmation, 1) %> - <%= submit_button(:ok, _("Yes, I want to destroy.") % @community.short_name) %> + <%= submit_button(:ok, _("Yes, I want to remove.") % @community.short_name) %> <%= button(:cancel, _("No, I don't want."), :action => 'index') %> <% end %> -- libgit2 0.21.2