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 />' .
|
) . '<br />' .
|
||||||
sprintf(
|
sprintf(
|
||||||
'<a href="%s" class="add-role">%s</a>',
|
'<a href="%s" class="add-role">%s</a>',
|
||||||
SecurityAdmin::singleton()->Link('show/root#Root_Roles'),
|
SecurityAdmin::singleton()->Link('roles'),
|
||||||
_t('SilverStripe\\Security\\Group.RolesAddEditLink', 'Manage roles')
|
_t(__CLASS__ . '.RolesAddEditLink', 'Manage roles')
|
||||||
) .
|
) .
|
||||||
"</p>"
|
"</p>"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user