mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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
|
||||
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}>
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
|
@ -114,7 +114,7 @@ let IkonotvArtworkDetailsForm = React.createClass({
|
||||
<InputTextAreaToggable
|
||||
rows={1}
|
||||
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
|
||||
name='copyright'
|
||||
|
Loading…
Reference in New Issue
Block a user