Skip to content

Commit

Permalink
Fix typos in access Lexicon (#16689)
Browse files Browse the repository at this point in the history
### Why is it needed?
Avoid potential php error for undefined var

### Related issue(s)/PR(s)
Resolves #16679
  • Loading branch information
smg6511 authored Jan 30, 2025
1 parent 42fe47a commit 34a3822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/lexicon/en/access.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@
$_lang['user_group_namespace_authority_desc'] = 'The minimum Role that will have access to the Permissions in the selected Policy. Roles with stronger Authority (lower numbers) will inherit this access as well. Most situations can leave this at "Member".';
$_lang['user_group_namespace_policy_desc'] = 'The Policy to apply to this Namespace for this User Group. This will grant all Users in this User Group with the selected minimum Role all the Permissions in the Policy.';

// Renamed, deprecated as of 3.0.4, remove in 3.1.0
$_lang['access_rgroup_remove'] = $lang['access_resourcegroup_remove'];
$_lang['access_rgroup_update'] = $lang['access_resourcegroup_update'];
// Renamed, deprecated as of 3.0.4, remove in 3.2.0
$_lang['access_rgroup_remove'] = $_lang['access_resourcegroup_remove'];
$_lang['access_rgroup_update'] = $_lang['access_resourcegroup_update'];

0 comments on commit 34a3822

Please sign in to comment.