From ae18471b200212a464290262ab0f5dd28cd4c4ce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Feb 2023 11:41:43 +0300 Subject: =?UTF-8?q?fixes=20#3357=20(Telegram:=20=D1=81=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=20=D1=81?= =?UTF-8?q?=D0=BC=D1=81-=D0=BA=D0=BE=D0=B4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/src/auth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Telegram/src') diff --git a/protocols/Telegram/src/auth.cpp b/protocols/Telegram/src/auth.cpp index b6af34a657..230c489dc5 100644 --- a/protocols/Telegram/src/auth.cpp +++ b/protocols/Telegram/src/auth.cpp @@ -59,7 +59,7 @@ INT_PTR CALLBACK CTelegramProto::EnterPhoneCode(void *param) ENTER_STRING es = {}; es.szModuleName = ppro->m_szModuleName; - es.caption = TranslateT("Enter secret code sent to your phone"); + es.caption = TranslateT("Enter the secret code sent to your Telegram on another device"); if (EnterString(&es)) { ppro->SendQuery(new TD::checkAuthenticationCode(T2Utf(es.ptszResult).get()), &CTelegramProto::OnUpdateAuth); mir_free(es.ptszResult); -- cgit v1.2.3