diff --git a/src/redux/actions/wallet.js b/src/redux/actions/wallet.js index a554590..949ada5 100644 --- a/src/redux/actions/wallet.js +++ b/src/redux/actions/wallet.js @@ -187,7 +187,7 @@ export function doSendDraftTransaction(address, amount) { }); dispatch( doToast({ - message: __('You sent ${amount} LBC'), + message: __(`You sent ${amount} LBC`), linkText: __('History'), linkTarget: '/wallet', })