Merge pull request #50 from lbryio/tip-msg

update tip message
This commit is contained in:
Sean Yesmunt 2018-06-19 14:18:16 -04:00 committed by GitHub
commit 201d78b68a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored
View file

@ -4504,7 +4504,7 @@ function doSendSupport(amount, claimId, uri, successCallback, errorCallback) {
var success = function success() {
dispatch((0, _notifications.doNotify)({
message: __('You sent ' + amount + ' LBC as support, Mahalo!'),
message: __('You sent ' + amount + ' LBC as a tip, Mahalo!'),
linkText: __('History'),
linkTarget: __('/wallet'),
displayType: ['snackbar']

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'],