update tip message #50

Merged
tzarebczan merged 2 commits from tip-msg into master 2018-06-19 20:18:16 +02:00
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'],