mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR: Wording on permissions (from r85642)
This commit is contained in:
parent
48e92f4e39
commit
867ac9eaff
@ -518,10 +518,10 @@ JS;
|
||||
|
||||
function providePermissions() {
|
||||
return array(
|
||||
'SUBSITE_EDIT' => 'Edit Sub-site Details',
|
||||
'SUBSITE_EDIT' => 'Edit subsite Details',
|
||||
'SUBSITE_ACCESS_ALL' => 'Access all subsites',
|
||||
'SUBSITE_ASSETS_EDIT' => 'Edit Sub-site Assets Admin',
|
||||
'SUBSITE_ASSETS_CREATE_SUBSITE' => 'Create/edit sub-site specific asset folders'
|
||||
'SUBSITE_ASSETS_EDIT' => 'Edit subsite Assets Admin',
|
||||
'SUBSITE_ASSETS_CREATE_SUBSITE' => 'Create/edit subsite specific asset folders'
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user