From b83cf35179906a8aaeb0b22218b0ac47f9e98d17 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 15 Nov 2022 17:32:32 +0300 Subject: WhatsApp: device can be unlinked only from mobile client --- protocols/WhatsApp/src/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/WhatsApp/src/server.cpp b/protocols/WhatsApp/src/server.cpp index 16cdb86a79..5b14f120ab 100644 --- a/protocols/WhatsApp/src/server.cpp +++ b/protocols/WhatsApp/src/server.cpp @@ -242,7 +242,7 @@ void WhatsAppProto::ProcessFailure(int code) switch (code) { case 401: debugLogA("Connection logged out from another device, exiting"); - Popup(0, TranslateT("This account was logged out from another device, you need to register it again"), m_tszUserName); + Popup(0, TranslateT("This account was logged out from mobile phone, you need to link it again"), m_tszUserName); // remove all temporary data from database & disk folder { -- cgit v1.2.3