Change text from build to job in flash notice

This commit is contained in:
Annabel Dunstone Gray 2017-12-14 16:10:11 -07:00
parent a8f2e659ec
commit 67a4b05e0a
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D

View file

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