summaryrefslogtreecommitdiff
path: root/app/views/explore/groups/_nav.html.haml
diff options
context:
space:
mode:
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'