mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Updating text for permission description to be accurate for 3.x
This commit is contained in:
parent
c922d08fb7
commit
b4f2e35b32
@ -2758,7 +2758,7 @@ class SiteTree extends DataObject implements PermissionProvider,i18nEntityProvid
|
||||
'name' => _t('SiteTree.VIEW_ALL_DESCRIPTION', 'View any page'),
|
||||
'category' => _t('Permissions.CONTENT_CATEGORY', 'Content permissions'),
|
||||
'sort' => -100,
|
||||
'help' => _t('SiteTree.VIEW_ALL_HELP', 'Ability to view any page on the site, regardless of the settings on the Access tab. Requires the "Access to Site Content" permission')
|
||||
'help' => _t('SiteTree.VIEW_ALL_HELP', 'Ability to view any page on the site, regardless of the settings on the Access tab. Requires the "Access to \'Pages\' section" permission')
|
||||
),
|
||||
'SITETREE_EDIT_ALL' => array(
|
||||
'name' => _t('SiteTree.EDIT_ALL_DESCRIPTION', 'Edit any page'),
|
||||
|
Loading…
Reference in New Issue
Block a user