Skip to content
Snippets Groups Projects
Commit 5479797f authored by teuneboon's avatar teuneboon
Browse files

Make group deleted text consistent with group created and updated texts

parent d6a523d7
No related branches found
No related tags found
Loading
Loading
Loading
@@ -88,7 +88,7 @@ class GroupsController < Groups::ApplicationController
def destroy
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
 
protected
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment