Fix untranslatable string.
This commit is contained in:
parent
3eee65146b
commit
437c54f164
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ export function doSendDraftTransaction(address, amount) {
|
|||
});
|
||||
dispatch(
|
||||
doToast({
|
||||
message: __(`You sent ${amount} LBRY Credits`),
|
||||
message: __('You sent %amount% LBRY Credits', { amount: amount }),
|
||||
linkText: __('History'),
|
||||
linkTarget: '/wallet',
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue