Browse Source

spv send error placeholder fix

v0.25
pbca26 8 years ago
parent
commit
1edabd48c9
  1. 2
      react/src/components/dashboard/sendCoin/sendCoin.render.js

2
react/src/components/dashboard/sendCoin/sendCoin.render.js

@ -290,7 +290,7 @@ export const SendRender = function() {
this.state.lastSendToResponse.msg === 'error' && this.state.lastSendToResponse.msg === 'error' &&
<div className="padding-left-30 padding-top-10"> <div className="padding-left-30 padding-top-10">
<div> <div>
<strong>{ translate('INDEX.ERROR') }</strong> <strong>{ translate('API.ERROR_SM') }</strong>
</div> </div>
<div>{ this.state.lastSendToResponse.result }</div> <div>{ this.state.lastSendToResponse.result }</div>
</div> </div>

Loading…
Cancel
Save