diff options
Diffstat (limited to 'protocols')
-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 { |