aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/onionshare_cli/web/chat_mode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/onionshare_cli/web/chat_mode.py b/cli/onionshare_cli/web/chat_mode.py
index 39899c65..514258b9 100644
--- a/cli/onionshare_cli/web/chat_mode.py
+++ b/cli/onionshare_cli/web/chat_mode.py
@@ -137,7 +137,7 @@ class ChatModeWeb:
broadcast=True,
)
else:
- raise ConnectionRefusedError('You are active from another session!')
+ raise ConnectionRefusedError('Invalid session')
@self.web.socketio.on("text", namespace="/chat")
def text(message):