Skip to content

Commit

Permalink
FIX Fix link for managing roles (#11178)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Mar 20, 2024
1 parent e68af4d commit 8aab888
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 @@ -234,8 +234,8 @@ class_exists(SecurityAdmin::class)
) . '<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>"
)
Expand Down

0 comments on commit 8aab888

Please sign in to comment.