Skip to content

Commit

Permalink
Replace Destroyed with Deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaryanpal committed Sep 13, 2024
1 parent bccadb5 commit 1b26c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/partner_groups_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def destroy
@partner_group.destroy

respond_to do |format|
format.html { redirect_to partners_path + "#nav-partner-groups", notice: "Partner Group was successfully destroyed." }
format.html { redirect_to partners_path + "#nav-partner-groups", notice: "Partner Group was successfully deleted." }
end
end

Expand Down

0 comments on commit 1b26c7d

Please sign in to comment.