From 8ed6b8f7919e1478177dba3acb8ef51d97c4b4e1 Mon Sep 17 00:00:00 2001 From: Benny Daon Date: Mon, 23 Sep 2024 09:45:32 +0300 Subject: [PATCH] Improving messaging --- src/terminal7.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal7.ts b/src/terminal7.ts index 1d0d8142..dd17eede 100644 --- a/src/terminal7.ts +++ b/src/terminal7.ts @@ -238,7 +238,7 @@ export class Terminal7 { if (!gate.session.isOpen()) { gate.handleFailure(Failure.TimedOut) } else if (!this.pb.isOpen()) - this.pb.notify("Timed out, please refresh app and `support`") + this.pb.notify("Connection timed out") this.map.shell.printPrompt() }) this.run(() => this.recovering=false, this.conf.net.timeout)