Browse Source

Add missing full stop

pull/2589/head
Manny Dinssa 2 years ago
parent
commit
452f67dbff
  1. 2
      app/controllers/merge_requests_controller.rb

2
app/controllers/merge_requests_controller.rb

@ -54,7 +54,7 @@ class MergeRequestsController < ApplicationController
def delete
@merge_request.discard!
flash[:notice] = "The merge request has been deleted"
flash[:notice] = "The merge request has been deleted."
redirect_to organisations_path(tab: "merge-requests")
end

Loading…
Cancel
Save