diff options
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 0a8eabdb1..ca357f830 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -506,7 +506,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { return ( <div> - {' '} + <br/> Public / Guest Users <div>{this.colorACLDropDown('Public', showAdmin, publicPermission!, false)}</div> <div> @@ -1020,8 +1020,8 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <div className="propertiesView-sharing-content"> <div className="propertiesView-buttonContainer"> <div className="propertiesView-acls-checkbox"> + <div className="propertiesView-acls-checkbox-text"> Show / Contol Layout Permissions </div> <Checkbox color="primary" onChange={action(() => (this.layoutDocAcls = !this.layoutDocAcls))} checked={this.layoutDocAcls} /> - <div className="propertiesView-acls-checkbox-text">Layout</div> </div> {/* <Tooltip title={<><div className="dash-tooltip">{"Re-distribute sharing settings"}</div></>}> |