mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Changed CMS section name from "Users" back to its 2.4 label, "Security". Mainly to avoid breadcrumb weirdnesses when having a "Users/Users/My User" path. Signed off by Paul.
This commit is contained in:
parent
a2dbd69f2c
commit
f2d2f5bb0e
@ -10,7 +10,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
|
||||
static $url_rule = '/$Action/$ID/$OtherID';
|
||||
|
||||
static $menu_title = 'Users';
|
||||
static $menu_title = 'Security';
|
||||
|
||||
static $tree_class = 'Group';
|
||||
|
||||
|
@ -426,7 +426,7 @@ en:
|
||||
IMPORTGROUPS: 'Import groups'
|
||||
IMPORTUSERS: 'Import users'
|
||||
MEMBERS: Members
|
||||
MENUTITLE: Users
|
||||
MENUTITLE: Security
|
||||
MemberListCaution: 'Caution: Removing members from this list will remove them from all groups and the database'
|
||||
NEWGROUP: 'New Group'
|
||||
PERMISSIONS: Permissions
|
||||
|
Loading…
Reference in New Issue
Block a user