diff --git a/app/views/profile_members/_members_list.html.erb b/app/views/profile_members/_members_list.html.erb index fcf4279..c6c429a 100644 --- a/app/views/profile_members/_members_list.html.erb +++ b/app/views/profile_members/_members_list.html.erb @@ -20,6 +20,7 @@ :loading => "jQuery('#members-list').addClass('loading')", :success => "jQuery('#tr-#{m.identifier}').show()", :complete => "jQuery('#members-list').removeClass('loading')", + :confirm => _('Are you sure you want to remove this user?'), :url => { :id => m }.merge(remove_action)) if m != user %> -- libgit2 0.21.2