summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-10 17:03:04 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-05-10 17:03:04 +0000
commit0f576b94e14e8e3776898827539d4a416c562142 (patch)
tree1c0cf20d6612a00c107ab1cfe9b234331587c422
parent63b49c3ce9c6758759427a738482634c884625f6 (diff)
parent851e69e55465404b920e3369b18c7de5b5f8958b (diff)
downloadgitlab-ce-0f576b94e14e8e3776898827539d4a416c562142.tar.gz
Merge branch 'cycle-analytics-stage-title-translation-fix' into 'master'
Fixed the stage title translation in cycle analytics See merge request !11252
-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