summaryrefslogtreecommitdiff
path: root/app/views/projects/triggers/_form.html.haml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2017-04-07 17:15:28 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-04-07 17:15:28 +0200
commitd5201119ee2a139c18b51babd80f6c6490f90b6e (patch)
tree9e2f1ba98c51a0518b8c5b98ad28ca8cac3b9b65 /app/views/projects/triggers/_form.html.haml
parent344001d7384ec227fdf18cc87b62981f18c7c580 (diff)
downloadgitlab-ce-d5201119ee2a139c18b51babd80f6c6490f90b6e.tar.gz
Fix test failures
Diffstat (limited to 'app/views/projects/triggers/_form.html.haml')
-rw-r--r--app/views/projects/triggers/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/triggers/_form.html.haml b/app/views/projects/triggers/_form.html.haml
index 8ec2f05e3d6..8582bcbb8cc 100644
--- a/app/views/projects/triggers/_form.html.haml
+++ b/app/views/projects/triggers/_form.html.haml
@@ -18,7 +18,7 @@
= schedule_fields.check_box :active
%strong Schedule trigger (experimental)
.help-block
- If checked, this trigger will be executed periodically according to `Cron` and `Timezone`.
+ If checked, this trigger will be executed periodically according to cron and timezone.
= link_to icon('question-circle'), help_page_path('ci/triggers', anchor: 'schedule')
.form-group
= schedule_fields.label :cron, "Cron", class: "label-light"