diff --git a/react/src/components/dashboard/sendCoin/sendCoin.render.js b/react/src/components/dashboard/sendCoin/sendCoin.render.js
index 3792749..e84f7f8 100644
--- a/react/src/components/dashboard/sendCoin/sendCoin.render.js
+++ b/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>