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-26 19:20:13 +0300
committerPhil Hughes <me@iamphill.com>2017-04-26 19:20:13 +0300
commitcb06f09e982248ff6dc8218ffa1f431141fd1ad8 (patch)
treefc991f76dd832484d055545b1d75c279c993d615 /app/views/projects/cycle_analytics/_no_access.html.haml
parent0242c4dfc92da0c59583b0ac9f1d3f2e6dcd11b8 (diff)
Removed t filter from other places
Diffstat (limited to 'app/views/projects/cycle_analytics/_no_access.html.haml')
-rw-r--r--app/views/projects/cycle_analytics/_no_access.html.haml4
1 files changed, 2 insertions, 2 deletions
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.') }}