mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Change helper texts
This commit is contained in:
parent
beee069d3f
commit
738e94a43d
@ -162,7 +162,7 @@ let EditionActionPanel = React.createClass({
|
||||
editions={[edition]}/>
|
||||
<AclInformation
|
||||
aim="button"
|
||||
verbs={['acl_share', 'acl_transfer', 'acl_consign', 'acl_loan', 'acl_delete']}
|
||||
verbs={['acl_share', 'acl_consign', 'acl_loan', 'acl_delete']}
|
||||
aclObject={edition.acl}/>
|
||||
</AclButtonList>
|
||||
</Col>
|
||||
|
@ -204,7 +204,7 @@ let PieceContainer = React.createClass({
|
||||
piece={this.state.piece}/>
|
||||
<AclInformation
|
||||
aim="button"
|
||||
verbs={['acl_share', 'acl_create_editions', 'acl_loan', 'acl_delete']}
|
||||
verbs={['acl_share', 'acl_create_editions', 'acl_loan', 'acl_delete', 'acl_consign']}
|
||||
aclObject={this.state.piece.acl}/>
|
||||
</AclButtonList>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user