summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-18 17:00:44 +0100
committerPhil Hughes <me@iamphill.com>2017-04-18 17:00:44 +0100
commita3506a228723d7e31fb37580dcd3b30245436f22 (patch)
tree3ecfc67db826434ba6e472c8d21e3d12d4371946 /app/views/projects/cycle_analytics
parent372841975feace348ffdcc14819b9c9a9da8b181 (diff)
downloadgitlab-ce-a3506a228723d7e31fb37580dcd3b30245436f22.tar.gz
Fixed missing text
Fixed duplicated time in dropdown
Diffstat (limited to 'app/views/projects/cycle_analytics')
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index a0a629eaa41..a7783b69588 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -26,7 +26,7 @@
.wrapper{ "v-show" => "!isLoading && !hasError" }
.panel.panel-default
.panel-heading
- Pipeline Health
+ {{ 'Pipeline Health' | translate }}
.content-block
.container-fluid
.row
@@ -44,7 +44,7 @@
{{ 'Last 30 days' | translate }}
%li
%a{ "href" => "#", "data-value" => "90" }
- {{ 'Last 30 days' | translate }}
+ {{ 'Last 90 days' | translate }}
.stage-panel-container
.panel.panel-default.stage-panel
.panel-heading