diff --git a/functions/src/definitions/eventHandlers/checkerHandlerTelegram.ts b/functions/src/definitions/eventHandlers/checkerHandlerTelegram.ts index 772e7904..0a7a3ac7 100644 --- a/functions/src/definitions/eventHandlers/checkerHandlerTelegram.ts +++ b/functions/src/definitions/eventHandlers/checkerHandlerTelegram.ts @@ -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 },