Clarify which project is deleted to avoid alarm

Closes #13654
This commit is contained in:
Stan Hu 2016-07-29 16:23:13 -07:00
parent 6ad514d066
commit 9eb100241e
1 changed files with 1 additions and 1 deletions

View File

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