summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-05-26 23:07:59 +0000
committerFabio Busatto <fabio@gitlab.com>2017-05-26 23:07:59 +0000
commita5c5e49c9f93ec91c2e436cc8c8e91abb0d85716 (patch)
treeb88038af93026e106e26b41343cd4ce1f67acd9c
parent3ae070c9d8c1f641ce29ef6cf4c584c6ede95f0c (diff)
downloadgitlab-ce-a5c5e49c9f93ec91c2e436cc8c8e91abb0d85716.tar.gz
Replace "build" with "job"
Close #32994
-rw-r--r--app/views/projects/pipelines/charts/_overall.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/pipelines/charts/_overall.haml b/app/views/projects/pipelines/charts/_overall.haml
index edc4f7b079f..0b7e3d22dd7 100644
--- a/app/views/projects/pipelines/charts/_overall.haml
+++ b/app/views/projects/pipelines/charts/_overall.haml
@@ -2,13 +2,13 @@
%ul
%li
Total:
- %strong= pluralize @project.builds.count(:all), 'build'
+ %strong= pluralize @project.builds.count(:all), 'job'
%li
Successful:
- %strong= pluralize @project.builds.success.count(:all), 'build'
+ %strong= pluralize @project.builds.success.count(:all), 'job'
%li
Failed:
- %strong= pluralize @project.builds.failed.count(:all), 'build'
+ %strong= pluralize @project.builds.failed.count(:all), 'job'
%li
Success ratio:
%strong