update build
This commit is contained in:
parent
cca78e9341
commit
cf0b135a15
1 changed files with 1 additions and 1 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -2876,7 +2876,7 @@ function doSendDraftTransaction(address, amount) {
|
||||||
type: SEND_TRANSACTION_COMPLETED
|
type: SEND_TRANSACTION_COMPLETED
|
||||||
});
|
});
|
||||||
dispatch(doToast({
|
dispatch(doToast({
|
||||||
message: __('You sent ${amount} LBC'),
|
message: __(`You sent ${amount} LBC`),
|
||||||
linkText: __('History'),
|
linkText: __('History'),
|
||||||
linkTarget: '/wallet'
|
linkTarget: '/wallet'
|
||||||
}));
|
}));
|
||||||
|
|
Loading…
Add table
Reference in a new issue