diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-01-25 16:14:58 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-02-03 09:43:04 +0000 |
commit | 5b0f492b0de31e7f608527a85da9e28f9f92276f (patch) | |
tree | 18539652c9ca2e68cd4b2f088fd2e2bb65617f59 /app/views/shared/web_hooks | |
parent | b5e2422939440cb2015558f26f9d361a569f2164 (diff) | |
download | gitlab-ce-5b0f492b0de31e7f608527a85da9e28f9f92276f.tar.gz |
Adds changelog entry
Replace "builds" in project settings
Replace "builds" in admin area
Diffstat (limited to 'app/views/shared/web_hooks')
-rw-r--r-- | app/views/shared/web_hooks/_form.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/web_hooks/_form.html.haml b/app/views/shared/web_hooks/_form.html.haml index 13586a5a12a..3a1a6a8fb7a 100644 --- a/app/views/shared/web_hooks/_form.html.haml +++ b/app/views/shared/web_hooks/_form.html.haml @@ -68,7 +68,7 @@ = f.label :build_events, class: 'list-label' do %strong Build events %p.light - This URL will be triggered when the build status changes + This URL will be triggered when the job status changes %li = f.check_box :pipeline_events, class: 'pull-left' .prepend-left-20 |