summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-14 16:10:11 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-12-14 16:10:11 -0700
commit67a4b05e0ac9b170879992f4c99e4c14bb7b1049 (patch)
tree973ecc2f658c80e60afefdab2a213f8fc4605f5f
parenta8f2e659ece8b161d6ea9774493de000f80353b2 (diff)
downloadgitlab-ce-41136-job-erased.tar.gz
Change text from build to job in flash notice41136-job-erased
-rw-r--r--app/controllers/projects/jobs_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/jobs_controller.rb b/app/controllers/projects/jobs_controller.rb
index 1c4c09c772f..4865ec3dfe5 100644
--- a/app/controllers/projects/jobs_controller.rb
+++ b/app/controllers/projects/jobs_controller.rb
@@ -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