Skip to content

Commit

Permalink
ENH Remove code that doesn't belong here
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 17, 2024
1 parent 6bb9a0b commit bc0565b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Security/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ public function provideI18nEntities()

// Localise all permission categories
$keys[__CLASS__ . '.AdminGroup'] = 'Administrator';
$keys[__CLASS__ . '.CMS_ACCESS_CATEGORY'] = 'CMS Access';
$keys[__CLASS__ . '.CONTENT_CATEGORY'] = 'Content permissions';
$keys[__CLASS__ . '.PERMISSIONS_CATEGORY'] = 'Roles and access permissions';
return $keys;
Expand Down

0 comments on commit bc0565b

Please sign in to comment.