diff --git a/app/assets/javascripts/admin/templates/groups.hbs b/app/assets/javascripts/admin/templates/groups.hbs
index 0de3fc5c796..754ad674413 100644
--- a/app/assets/javascripts/admin/templates/groups.hbs
+++ b/app/assets/javascripts/admin/templates/groups.hbs
@@ -1,6 +1,6 @@
{{#admin-nav}}
- {{admin-nav-item route='adminGroupsType' routeParam='custom' label='admin.groups.custom'}}
- {{admin-nav-item route='adminGroupsType' routeParam='automatic' label='admin.groups.automatic'}}
+ {{admin-nav-item route='adminGroupsType' routeParam='custom' label='admin.groups.custom.label'}}
+ {{admin-nav-item route='adminGroupsType' routeParam='automatic' label='admin.groups.automatic.label'}}
{{/admin-nav}}
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 2320f3730d4..60d311b7b37 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -1692,14 +1692,14 @@ en:
name: "Name"
add: "Add"
add_members: "Add members"
- custom: "Custom"
- automatic: "Automatic"
- automatic_membership_email_domains: "Users who register with an email domain that exactly matches one in this list will be automatically added to this group:"
- automatic_membership_retroactive: "Apply the same email domain rule to add existing registered users"
custom:
+ label: "Custom"
title: "Custom Groups"
automatic:
+ label: "Automatic"
title: "Automatic Groups"
+ automatic_membership_email_domains: "Users who register with an email domain that exactly matches one in this list will be automatically added to this group:"
+ automatic_membership_retroactive: "Apply the same email domain rule to add existing registered users"
api:
generate_master: "Generate Master API Key"