Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-18 19:00:44 +0300
committerPhil Hughes <me@iamphill.com>2017-04-18 19:00:44 +0300
commita3506a228723d7e31fb37580dcd3b30245436f22 (patch)
tree3ecfc67db826434ba6e472c8d21e3d12d4371946 /app/views/projects/cycle_analytics/show.html.haml
parent372841975feace348ffdcc14819b9c9a9da8b181 (diff)
Fixed missing text
Fixed duplicated time in dropdown
Diffstat (limited to 'app/views/projects/cycle_analytics/show.html.haml')
-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