mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR: Formatting and revert label
This commit is contained in:
parent
6ebd8aba3f
commit
2d9432789b
@ -2100,7 +2100,9 @@ class SiteTree extends DataObject implements PermissionProvider, i18nEntityProvi
|
||||
}
|
||||
}
|
||||
|
||||
$inheritMessage = $this->ParentID !== 0 ? _t(__CLASS__.'.INHERITPARENT', "Inherit from parent page") : _t(__CLASS__.'.INHERITSITECONFIG', "Inherit from site access settings");
|
||||
$inheritMessage = $this->ParentID !== 0 ?
|
||||
_t(__CLASS__.'.INHERIT', "Inherit from parent page") :
|
||||
_t(__CLASS__.'.INHERITSITECONFIG', "Inherit from site access settings");
|
||||
|
||||
$viewersOptionsSource = [
|
||||
InheritedPermissions::INHERIT => $inheritMessage,
|
||||
|
@ -204,7 +204,7 @@ en:
|
||||
Editors: 'Editors Groups'
|
||||
HASBROKENLINKS: 'This page has broken links.'
|
||||
HTMLEDITORTITLE: Content
|
||||
INHERITPARENT: 'Inherit from parent page'
|
||||
INHERIT: 'Inherit from parent page'
|
||||
INHERITSITECONFIG: 'Inherit from site access settings'
|
||||
LASTPUBLISHED: 'Last published'
|
||||
LASTSAVED: 'Last saved'
|
||||
|
Loading…
Reference in New Issue
Block a user