UX: fix [Object object] on admin/groups buttons

This commit is contained in:
Régis Hanol 2015-03-18 22:46:24 +01:00
parent 29a0603850
commit b31c05704a
2 changed files with 6 additions and 6 deletions

View File

@ -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}}
<div class="admin-container">

View File

@ -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"