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

Clarify which project is deleted to avoid alarm

Closes #13654
parent 6ad514d0
No related branches found
No related tags found
1 merge request!5574Clarify which project is deleted to avoid alarm
Pipeline #
Loading
Loading
@@ -97,7 +97,7 @@ class ProjectsController < Projects::ApplicationController
end
 
if @project.pending_delete?
flash[:alert] = "Project queued for delete."
flash[:alert] = "Project #{@project.name} queued for deletion."
end
 
respond_to do |format|
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