summaryrefslogtreecommitdiff
path: root/app/views/explore/groups/_nav.html.haml
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-07-12 10:59:41 +0000
committerRémy Coutable <remy@rymai.me>2018-07-12 10:59:41 +0000
commit9e13da029a420bda671a19911db472ffa83d0968 (patch)
treed94354c90efc09b24c233f4cc764606caf5c9402 /app/views/explore/groups/_nav.html.haml
parent555afe8971c9ab6f907cfc248842e268109ce367 (diff)
parentcb728c536ac42e744a611672c4e85fbd053dff57 (diff)
downloadgitlab-ce-9e13da029a420bda671a19911db472ffa83d0968.tar.gz
Merge branch 'i18n-extract-app/views/explore' into 'master'
i18n: externalize strings from 'app/views/explore' See merge request gitlab-org/gitlab-ce!19713
Diffstat (limited to 'app/views/explore/groups/_nav.html.haml')
-rw-r--r--app/views/explore/groups/_nav.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/explore/groups/_nav.html.haml b/app/views/explore/groups/_nav.html.haml
index ab4787c6d05..c337149a2f3 100644
--- a/app/views/explore/groups/_nav.html.haml
+++ b/app/views/explore/groups/_nav.html.haml
@@ -2,7 +2,7 @@
%ul.nav-links.nav.nav-tabs
= nav_link(page: explore_groups_path) do
= link_to explore_groups_path do
- Explore Groups
+ = _("Explore Groups")
.nav-controls
= render 'shared/groups/search_form'
= render 'shared/groups/dropdown'