Skip to content

Commit

Permalink
Merge pull request #18671 from MegaphoneJon/fix-perm-labels
Browse files Browse the repository at this point in the history
fix labels on new admin permissions
  • Loading branch information
yashodha authored Oct 5, 2020
2 parents 2900b9c + 4c85c7b commit 7aa584c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Core/Permission.php
Original file line number Diff line number Diff line change
Expand Up @@ -903,11 +903,11 @@ public static function getCorePermissions() {
],
'administer CiviCRM system' => [
'label' => $prefix . ts('administer CiviCRM System'),
'description' => ts('Perform all system administration tasks in CiviCRM:'),
'description' => ts('Perform all system administration tasks in CiviCRM'),
],
'administer CiviCRM data' => [
'label' => $prefix . ts('administer CiviCRM Data'),
'description' => ts('Perform all system administration tasks in CiviCRM:'),
'description' => ts('Permit altering all restricted data options'),
],
];
foreach (self::getImpliedPermissions() as $name => $includes) {
Expand Down

0 comments on commit 7aa584c

Please sign in to comment.