update tip message
This commit is contained in:
parent
269e913bba
commit
71bee85361
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ export function doSendSupport(amount, claimId, uri, successCallback, errorCallba
|
||||||
const success = () => {
|
const success = () => {
|
||||||
dispatch(
|
dispatch(
|
||||||
doNotify({
|
doNotify({
|
||||||
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'),
|
||||||
displayType: ['snackbar'],
|
displayType: ['snackbar'],
|
||||||
|
|
Loading…
Reference in a new issue