1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02: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
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}

View File

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