{getLangText('Would you rather')}
{getLangText('Hash your work')} or {getLangText('Upload and hash your work')} ); } else { if(this.props.multipleFiles) { return ( {getLangText('Click or drag to add files')} ); } else { let dialog = queryParams.method === 'hash' ? getLangText('choose a file to hash') : getLangText('choose a file to upload'); return ({getLangText('Drag a file here')}
{getLangText('or')}
{dialog} ); } } } } }); export default FileDragAndDropDialog;