Skip to content

Commit

Permalink
changed verify to key in your OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Dec 21, 2024
1 parent 0078019 commit b0e08a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ const sendVerificationPrompt = async (
const otpPrompt = await bot.telegram.sendMessage(
chatId,
!rePrompt
? `Verify your OTP:`
? `Key in your OTP:`
: `The OTP you provided doesn't match that in our records. Please key it in again:`,
{
reply_markup: { force_reply: true },
Expand Down

0 comments on commit b0e08a0

Please sign in to comment.