Skip to content

Commit

Permalink
Update Group.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala authored Mar 22, 2024
1 parent 0ab2051 commit ba7bc4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Security/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ class_exists(SecurityAdmin::class)
) . '<br />' .
sprintf(
'<a href="%s" class="add-role">%s</a>',
SecurityAdmin::singleton()->Link('roles'),
_t(__CLASS__ . '.RolesAddEditLink', 'Manage roles')
SecurityAdmin::singleton()->Link('show/root#Root_Roles'),
_t('SilverStripe\\Security\\Group.RolesAddEditLink', 'Manage roles')
) .
"</p>"
)
Expand Down

0 comments on commit ba7bc4f

Please sign in to comment.