From 2c6df93ed83d016476f71b50eba12b74fec85b82 Mon Sep 17 00:00:00 2001 From: ericson Date: Thu, 8 Jun 2023 15:28:08 +0700 Subject: [PATCH] fix message marketing --- packages/bitcore-wallet-service/src/lib/server.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bitcore-wallet-service/src/lib/server.ts b/packages/bitcore-wallet-service/src/lib/server.ts index 23b90433702..6b806c65825 100644 --- a/packages/bitcore-wallet-service/src/lib/server.ts +++ b/packages/bitcore-wallet-service/src/lib/server.ts @@ -9275,7 +9275,7 @@ export class WalletService { let body = appreciation.type === 'Weekly' ? 'Here a small gift for checking around! Give it to someone who is in need.' - : 'Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!'; + : 'You are received a gift. Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!'; const notification = { to: device.token, priority: 'high', @@ -9859,7 +9859,7 @@ export class WalletService { pushNotificationAppreciationMonthly(token, packageName, appreciationInfo, cb) { let title = 'Welcome to AbcPay wallet !'; - let body = 'Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!'; + let body = 'You are received a gift. Thanks for using our app. Here our small appreciation to you to start using the app. Claim it now!'; const notification = { to: token,