Browse Source

spv send error placeholder fix

v0.25
pbca26 7 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' &&
<div className="padding-left-30 padding-top-10">
<div>
<strong>{ translate('INDEX.ERROR') }</strong>
<strong>{ translate('API.ERROR_SM') }</strong>
</div>
<div>{ this.state.lastSendToResponse.result }</div>
</div>

Loading…
Cancel
Save