Merge pull request #373 from nickago/MM-1868

MM-1868 Changed wording for broader definition of what is previewed
Этот коммит содержится в:
Joram Wilander
2015-08-12 15:21:58 -04:00
родитель 95e6626f9f d7c07d07d0
Коммит eb3ca46982

Просмотреть файл

@@ -256,7 +256,7 @@ module.exports = React.createClass({
<div className='modal-close' data-dismiss='modal'></div>
{content}
<div ref='imageFooter' className='modal-button-bar'>
<span className='pull-left text'>{'Image ' + (this.state.imgId + 1) + ' of ' + this.props.filenames.length}</span>
<span className='pull-left text'>{'File ' + (this.state.imgId + 1) + ' of ' + this.props.filenames.length}</span>
<div className='image-links'>
{publicLink}
<a href={fileUrl} download={name} className='text'>Download</a>