mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
Change detail text in loan process
This commit is contained in:
parent
aaa27550af
commit
a8c436c40b
@ -119,7 +119,7 @@ let IkonotvArtistDetailsForm = React.createClass({
|
|||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
name='additional_websites'
|
name='additional_websites'
|
||||||
label={getLangText('Additional Websites/Publications')}
|
label={getLangText('Additional Websites/Publications/Museums/Galleries')}
|
||||||
hidden={this.props.disabled && !this.props.piece.extra_data.additional_websites}>
|
hidden={this.props.disabled && !this.props.piece.extra_data.additional_websites}>
|
||||||
<InputTextAreaToggable
|
<InputTextAreaToggable
|
||||||
rows={1}
|
rows={1}
|
||||||
|
@ -114,7 +114,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
|
|||||||
<InputTextAreaToggable
|
<InputTextAreaToggable
|
||||||
rows={1}
|
rows={1}
|
||||||
defaultValue={this.props.piece.extra_data.size_duration}
|
defaultValue={this.props.piece.extra_data.size_duration}
|
||||||
placeholder={getLangText('The size of the file in MB or the duration of the movie')}/>
|
placeholder={getLangText('Sizes in centimeters. Durations in minutes.')}/>
|
||||||
</Property>
|
</Property>
|
||||||
<Property
|
<Property
|
||||||
name='copyright'
|
name='copyright'
|
||||||
|
Loading…
Reference in New Issue
Block a user