update tip message

This commit is contained in:
Thomas Zarebczan 2018-06-19 13:33:16 -04:00 committed by GitHub
parent 269e913bba
commit 71bee85361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ export function doSendSupport(amount, claimId, uri, successCallback, errorCallba
const success = () => {
dispatch(
doNotify({
message: __(`You sent ${amount} LBC as support, Mahalo!`),
message: __(`You sent ${amount} LBC as a tip, Mahalo!`),
linkText: __('History'),
linkTarget: __('/wallet'),
displayType: ['snackbar'],