summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-05-10 16:40:46 +0100
committerPhil Hughes <me@iamphill.com>2017-05-10 16:40:46 +0100
commit851e69e55465404b920e3369b18c7de5b5f8958b (patch)
treeb2f9bf09f9cbd081cbf5dbe6f31875a3d50ab8d3
parent3a983b10cc44944b4455d4ce9ae23de8c7e7d6db (diff)
downloadgitlab-ce-851e69e55465404b920e3369b18c7de5b5f8958b.tar.gz
Fixed the stage title translation in cycle analytics
-rw-r--r--app/views/projects/cycle_analytics/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/cycle_analytics/show.html.haml b/app/views/projects/cycle_analytics/show.html.haml
index b158a81471c..74255167352 100644
--- a/app/views/projects/cycle_analytics/show.html.haml
+++ b/app/views/projects/cycle_analytics/show.html.haml
@@ -51,7 +51,7 @@
%ul
%li.stage-header
%span.stage-name
- {{ __('ProjectLifecycle|Stage') }}
+ {{ s__('ProjectLifecycle|Stage') }}
%i.has-tooltip.fa.fa-question-circle{ "data-placement" => "top", title: _("The phase of the development lifecycle."), "aria-hidden" => "true" }
%li.median-header
%span.stage-name