1
0
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:
Tim Daubenschütz 2015-09-22 11:56:30 +02:00
parent aaa27550af
commit a8c436c40b
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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'