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:03:06 +0300
committerPhil Hughes <me@iamphill.com>2017-04-26 19:03:06 +0300
commit0242c4dfc92da0c59583b0ac9f1d3f2e6dcd11b8 (patch)
tree19bf82c144c24170a54807d86367461a6c2e8010 /app/views/projects/cycle_analytics/_no_access.html.haml
parentd8f767445933f41a7629a7637ba962bdbc461c9a (diff)
Changed JS translation functions
Added context function
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 474d0f410a7..25109bd61cd 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.' | translate }}
+ %h4 {{ 'You need permission.' | t }}
%p
- {{ 'Want to see the data? Please ask administrator for access.' | translate }}
+ {{ 'Want to see the data? Please ask administrator for access.' | t }}