update snackbar message for tips
This commit is contained in:
parent
16de854b9d
commit
fae65729de
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export function doSendSupport(amount, claimId, uri) {
|
||||||
});
|
});
|
||||||
dispatch(
|
dispatch(
|
||||||
doShowSnackBar({
|
doShowSnackBar({
|
||||||
message: __(`You sent ${amount} LBC as support, Mahalo!`),
|
message: __(`You sent ${amount} LBC as a tip, Mahalo!`),
|
||||||
linkText: __('History'),
|
linkText: __('History'),
|
||||||
linkTarget: __('/wallet'),
|
linkTarget: __('/wallet'),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue