Skip to content
Snippets Groups Projects
Commit e299504b authored by Robert Speicher's avatar Robert Speicher
Browse files

Merge branch 'clarify-deletion-message' into 'master'

Clarify which project is deleted to avoid alarm

Some users were alarmed when navigating after deleting  a project. Add the project name to avoid cause for alarm.

Closes #13654 

See merge request !5574
parents e12c1850 9eb10024
No related branches found
No related tags found
No related merge requests found
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