Fix untranslatable string.

This commit is contained in:
infiinte-persistence 2020-09-10 00:52:28 +08:00 committed by Sean Yesmunt
parent 3eee65146b
commit 437c54f164

View file

@ -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',
})