0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 06:22:43 +00:00

Changed label from thumbnail URL to thumbnail

This commit is contained in:
G.Ambatte
2021-10-30 14:03:01 +13:00
parent de39ef938a
commit 785b859d63

View File

@@ -182,7 +182,7 @@ const MetadataEditor = createClass({
onChange={(e)=>this.handleFieldChange('description', e)} />
</div>
<div className='field thumbnail'>
<label>thumbnail URL</label>
<label>thumbnail</label>
<input type='text'
value={this.props.metadata.thumbnail}
placeholder='my.thumbnail.url'