summaryrefslogtreecommitdiff
path: root/app/views/admin/groups/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/groups/edit.html.haml')
-rw-r--r--app/views/admin/groups/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/groups/edit.html.haml b/app/views/admin/groups/edit.html.haml
index c2b9807015d..8e9e1a58a17 100644
--- a/app/views/admin/groups/edit.html.haml
+++ b/app/views/admin/groups/edit.html.haml
@@ -1,4 +1,4 @@
-- page_title "Edit", @group.name, "Groups"
-%h3.page-title Edit group: #{@group.name}
+- page_title _("Edit"), @group.name, _("Groups")
+%h3.page-title= _('Edit group: %{group_name}') % { group_name: @group.name }
%hr
= render 'form', visibility_level: @group.visibility_level