summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-19 16:28:41 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2018-10-19 16:28:41 +0000
commit1f1b3923ecb263d512a0340cd5b44cc249f3f698 (patch)
treec2b024ac7ed800d32aed9264593c11965e52b4f5 /app/helpers
parent041e03169f072fa8e403d705314c0e739ebac6f9 (diff)
downloadgitlab-ce-1f1b3923ecb263d512a0340cd5b44cc249f3f698.tar.gz
Rename "scheduled" label/badge of delayed jobs to "delayed"
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 6f9e2ef78cd..923a06a0512 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -42,7 +42,7 @@ module CiStatusHelper
when 'manual'
s_('CiStatusText|blocked')
when 'scheduled'
- s_('CiStatusText|scheduled')
+ s_('CiStatusText|delayed')
else
# All states are already being translated inside the detailed statuses:
# :running => Gitlab::Ci::Status::Running