From f9cdf7391b9510c73b5041e624d84dae093ffd0d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Mar 2023 12:28:46 +0300 Subject: =?UTF-8?q?fixes=20#3409=20(Telegram:=20=D0=BE=D0=BA=D0=BD=D0=BE?= =?UTF-8?q?=20=D0=B2=D0=B2=D0=BE=D0=B4=D0=B0=20=D0=BF=D0=B0=D1=80=D0=BE?= =?UTF-8?q?=D0=BB=D1=8F=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=BD=D0=BE=20?= =?UTF-8?q?=D1=81=D0=B5=D0=B1=D1=8F=20=D0=B2=D0=B5=D0=B4=D1=91=D1=82)?= 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 61f249dcd7..7084e12296 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 the secret code sent to your Telegram on another device"); + es.caption = TranslateT("Enter the secret code sent to another device"); if (EnterString(&es)) { ppro->SendQuery(new TD::checkAuthenticationCode(T2Utf(es.ptszResult).get()), &CTelegramProto::OnUpdateAuth); mir_free(es.ptszResult); -- cgit v1.2.3