Skip to content
Snippets Groups Projects
Commit e426c149 authored by Stan Hu's avatar Stan Hu
Browse files

Merge pull request #9719 from teuneboon/master

Small typo fix when deleting groups
parents 03b7fe71 5479797f
Branches
Tags
No related merge requests found
Loading
@@ -88,7 +88,7 @@ class GroupsController < Groups::ApplicationController
Loading
@@ -88,7 +88,7 @@ class GroupsController < Groups::ApplicationController
def destroy def destroy
DestroyGroupService.new(@group, current_user).execute DestroyGroupService.new(@group, current_user).execute
   
redirect_to root_path, alert: "Group '#{@group.name} was deleted." redirect_to root_path, alert: "Group '#{@group.name}' was successfully deleted."
end end
   
protected protected
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment