summaryrefslogtreecommitdiff
path: root/app/views/projects/cycle_analytics
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-04-26 17:20:13 +0100
committerPhil Hughes <me@iamphill.com>2017-04-26 17:20:13 +0100
commitcb06f09e982248ff6dc8218ffa1f431141fd1ad8 (patch)
treefc991f76dd832484d055545b1d75c279c993d615 /app/views/projects/cycle_analytics
parent0242c4dfc92da0c59583b0ac9f1d3f2e6dcd11b8 (diff)
downloadgitlab-ce-cb06f09e982248ff6dc8218ffa1f431141fd1ad8.tar.gz
Removed t filter from other places
Diffstat (limited to 'app/views/projects/cycle_analytics')
-rw-r--r--app/views/projects/cycle_analytics/_empty_stage.html.haml2
-rw-r--r--app/views/projects/cycle_analytics/_no_access.html.haml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/projects/cycle_analytics/_empty_stage.html.haml b/app/views/projects/cycle_analytics/_empty_stage.html.haml
index 57e95c4c14f..cdad0bc7231 100644
--- a/app/views/projects/cycle_analytics/_empty_stage.html.haml
+++ b/app/views/projects/cycle_analytics/_empty_stage.html.haml
@@ -2,6 +2,6 @@
.empty-stage
.icon-no-data
= custom_icon ('icon_no_data')
- %h4 {{ 'We don\'t have enough data to show this stage.' | t }}
+ %h4 {{ __('We don\'t have enough data to show this stage.') }}
%p
{{currentStage.emptyStageText}}
diff --git a/app/views/projects/cycle_analytics/_no_access.html.haml b/app/views/projects/cycle_analytics/_no_access.html.haml
index 25109bd61cd..dcfd1b7afc0 100644
--- a/app/views/projects/cycle_analytics/_no_access.html.haml
+++ b/app/views/projects/cycle_analytics/_no_access.html.haml
@@ -2,6 +2,6 @@
.no-access-stage
.icon-lock
= custom_icon ('icon_lock')
- %h4 {{ 'You need permission.' | t }}
+ %h4 {{ __('You need permission.') }}
%p
- {{ 'Want to see the data? Please ask administrator for access.' | t }}
+ {{ __('Want to see the data? Please ask administrator for access.') }}