Make group deleted text consistent with group created and updated texts

This commit is contained in:
teuneboon 2015-10-12 14:37:56 +02:00
parent d6a523d785
commit 5479797f0a
1 changed files with 1 additions and 1 deletions

View File

@ -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