summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavy Defaud <davy.defaud@free.fr>2018-11-22 08:38:05 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-11-22 08:38:05 +0000
commit6353a45b3036feb62eecbbec954dd3b07a5748d0 (patch)
tree1c53fbaadac5c3f49536478cedd77bfb5b87667a /lib
parent9a1952bf6019ef152939eb1a63e12b3aa595c793 (diff)
downloadgitlab-ce-6353a45b3036feb62eecbbec954dd3b07a5748d0.tar.gz
Fix typo in scheduled pipelines
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/ci/status/build/scheduled.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/status/build/scheduled.rb b/lib/gitlab/ci/status/build/scheduled.rb
index b3452eae189..0a09dbe5f42 100644
--- a/lib/gitlab/ci/status/build/scheduled.rb
+++ b/lib/gitlab/ci/status/build/scheduled.rb
@@ -10,7 +10,7 @@ module Gitlab
image: 'illustrations/illustrations_scheduled-job_countdown.svg',
size: 'svg-394',
title: _("This is a delayed job to run in %{remainingTime}"),
- content: _("This job will automatically run after it's timer finishes. " \
+ content: _("This job will automatically run after its timer finishes. " \
"Often they are used for incremental roll-out deploys " \
"to production environments. When unscheduled it converts " \
"into a manual action.")