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(
|
||||
doShowSnackBar({
|
||||
message: __(`You sent ${amount} LBC as support, Mahalo!`),
|
||||
message: __(`You sent ${amount} LBC as a tip, Mahalo!`),
|
||||
linkText: __('History'),
|
||||
linkTarget: __('/wallet'),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue