Skip to content

Commit 8c41f16

Browse files
committed
update deposit text message
1 parent ba6b02b commit 8c41f16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const commandsHelpText = {
3838
3939
Your credits in 1Bot Credits: $CREDITS
4040
41-
Send to: \`$WALLET_ADDRESS\`
41+
Send ONE to: \`$WALLET_ADDRESS\`
4242
`,
4343
more: `/ explain like i am 5, what is a superconductor?
4444
. explain like i have a phd, what is category theory?

src/modules/1country/utils/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Where:
1212

1313
registerKeepWriting: 'keep writing new options starting the following prompts with *+ <DOMAIN_NAME>*.',
1414
registerConfirmation: 'Write */rent* to purchase it ',
15-
notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send to `$WALLET_ADDRESS`',
15+
notEnoughBalance: 'Your credits: $CREDITS ONE tokens. To recharge, send ONE to `$WALLET_ADDRESS`',
1616
setParameterError: 'Parameter error.\n*/set <domain> <subdomain> <url>*'
1717
}

src/modules/payment/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export class BotPayments {
467467
)
468468

469469
await sendMessage(ctx,
470-
`Your credits: ${creditsFormatted} ONE tokens. To recharge, send to \`${userAccount.address}\`.`,
470+
`Your credits: ${creditsFormatted} ONE tokens. To recharge, send ONE to \`${userAccount.address}\`.`,
471471
{
472472
parseMode: 'Markdown',
473473
replyId: message_id,
@@ -630,7 +630,7 @@ export class BotPayments {
630630
ctx,
631631
`Your 1Bot credits in ONE tokens: ${balanceFormatted.toFixed(2)}
632632
633-
To recharge, send to: \`${account.address}\`. Buy tokens on harmony.one/buy.`,
633+
To recharge, send ONE to: \`${account.address}\`. Buy tokens on harmony.one/buy.`,
634634
{
635635
parseMode: 'Markdown',
636636
disable_web_page_preview: true,

0 commit comments

Comments
 (0)