<b>{"I want to swap "+this.props.exchange.inputValue+""+this.props.exchange.inputToken.value+" for "+this.props.exchange.outputValue/10**18+""+this.props.exchange.outputToken.value}</b>
<b>{"I want to swap "+this.props.exchange.inputValue+""+this.props.exchange.inputToken.value+" for "+(this.props.exchange.outputValue/10**18).toFixed(6)+""+this.props.exchange.outputToken.value}</b>