Change text from build to job in flash notice
This commit is contained in:
parent
a8f2e659ec
commit
67a4b05e0a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class Projects::JobsController < Projects::ApplicationController
|
|||
def erase
|
||||
if @build.erase(erased_by: current_user)
|
||||
redirect_to project_job_path(project, @build),
|
||||
notice: "Build has been successfully erased!"
|
||||
notice: "Job has been successfully erased!"
|
||||
else
|
||||
respond_422
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue