Skip to content

Commit 7cde7dd

Browse files
committed
fix a typo
1 parent edf3713 commit 7cde7dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/payment/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,9 +548,9 @@ export class BotPayments {
548548
this.logger.info('Inscription tx', tx)
549549
} else {
550550
if (ctx.chat?.id) {
551-
await ctx.api.editMessageText(ctx.chat?.id, msgId, `Not enought balance. To recharge send ONE to \`${userAccount.address}\``, { parse_mode: 'Markdown' })
551+
await ctx.api.editMessageText(ctx.chat?.id, msgId, `Not enough balance. To recharge send ONE to \`${userAccount.address}\``, { parse_mode: 'Markdown' })
552552
} else {
553-
await sendMessage(ctx, `Not enought balance. To recharge send ONE to \`${userAccount.address}\``, { parseMode: 'Markdown' })
553+
await sendMessage(ctx, `Not enough balance. To recharge send ONE to \`${userAccount.address}\``, { parseMode: 'Markdown' })
554554
}
555555
}
556556
} catch (e) {

0 commit comments

Comments
 (0)