update snackbar message for tips

This commit is contained in:
Thomas Zarebczan 2018-04-18 00:05:44 -04:00 committed by GitHub
parent 16de854b9d
commit fae65729de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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