mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '5.2' into 5
This commit is contained in:
commit
164e2a18ab
@ -230,8 +230,8 @@ class Group extends DataObject
|
||||
) . '<br />' .
|
||||
sprintf(
|
||||
'<a href="%s" class="add-role">%s</a>',
|
||||
SecurityAdmin::singleton()->Link('show/root#Root_Roles'),
|
||||
_t('SilverStripe\\Security\\Group.RolesAddEditLink', 'Manage roles')
|
||||
SecurityAdmin::singleton()->Link('roles'),
|
||||
_t(__CLASS__ . '.RolesAddEditLink', 'Manage roles')
|
||||
) .
|
||||
"</p>"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user