diff options
author | dartraiden <wowemuh@gmail.com> | 2022-11-15 17:32:32 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2022-11-15 17:32:32 +0300 |
commit | b83cf35179906a8aaeb0b22218b0ac47f9e98d17 (patch) | |
tree | 409417b986301b1443f9bb36ceced6e9834e3e72 | |
parent | c0e86596a4c184468975b040644b7c8542496de7 (diff) |
WhatsApp: device can be unlinked only from mobile client
-rw-r--r-- | protocols/WhatsApp/src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |