Minor text formatting in captcha generation message

This commit is contained in:
Zakhar Izmaylov
2025-01-30 23:36:56 +03:00
parent 580ce90442
commit 455ab76c8a
+1 -1
View File
@@ -47,7 +47,7 @@ async def generate_captcha(message: Message, state: FSMContext):
builder.adjust(2, 2)
return {
"text": f"🔒 Для подтверждения что вы не робот,\nвыберите кнопку с {correct_text}",
"text": f"🔒 Для подтверждения что вы не робот, выберите кнопку с {correct_text}",
"markup": builder.as_markup(),
}