From 8c41f1687211ec6ec689af3f9687f7be25568ba4 Mon Sep 17 00:00:00 2001 From: fegloff Date: Mon, 11 Mar 2024 07:35:06 -0500 Subject: [PATCH] update deposit text message --- src/constants.ts | 2 +- src/modules/1country/utils/text.ts | 2 +- src/modules/payment/index.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 2271fe41..da8bdf23 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -38,7 +38,7 @@ export const commandsHelpText = { Your credits in 1Bot Credits: $CREDITS -Send to: \`$WALLET_ADDRESS\` +Send ONE to: \`$WALLET_ADDRESS\` `, more: `/ explain like i am 5, what is a superconductor? . explain like i have a phd, what is category theory? diff --git a/src/modules/1country/utils/text.ts b/src/modules/1country/utils/text.ts index d9c0dedd..f0d49e16 100644 --- a/src/modules/1country/utils/text.ts +++ b/src/modules/1country/utils/text.ts @@ -12,6 +12,6 @@ Where: registerKeepWriting: 'keep writing new options starting the following prompts with *+ *.', registerConfirmation: 'Write */rent* to purchase it ', - notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send to `$WALLET_ADDRESS`', + notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send ONE to `$WALLET_ADDRESS`', setParameterError: 'Parameter error.\n*/set *' } diff --git a/src/modules/payment/index.ts b/src/modules/payment/index.ts index 5d663076..299028ac 100644 --- a/src/modules/payment/index.ts +++ b/src/modules/payment/index.ts @@ -467,7 +467,7 @@ export class BotPayments { ) await sendMessage(ctx, - `Your credits: ${creditsFormatted} ONE tokens. To recharge, send to \`${userAccount.address}\`.`, + `Your credits: ${creditsFormatted} ONE tokens. To recharge, send ONE to \`${userAccount.address}\`.`, { parseMode: 'Markdown', replyId: message_id, @@ -630,7 +630,7 @@ export class BotPayments { ctx, `Your 1Bot credits in ONE tokens: ${balanceFormatted.toFixed(2)} -To recharge, send to: \`${account.address}\`. Buy tokens on harmony.one/buy.`, +To recharge, send ONE to: \`${account.address}\`. Buy tokens on harmony.one/buy.`, { parseMode: 'Markdown', disable_web_page_preview: true,