Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
2 parents 9029800 + 8aab888 commit 74abb03
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('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 74abb03

Please sign in to comment.