From 88d9a409bbf967124ac30c4ea59b7d837567c333 Mon Sep 17 00:00:00 2001 From: NI Date: Wed, 14 Aug 2019 12:57:40 +0800 Subject: [PATCH] Add the missing "less", and make the message easier to read. --- ui/home_socketctl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/home_socketctl.js b/ui/home_socketctl.js index 8c0cdce..8876f63 100644 --- a/ui/home_socketctl.js +++ b/ui/home_socketctl.js @@ -4,8 +4,8 @@ import * as history from "./history.js"; export function build(ctx) { const connectionStatusNotConnected = "Sshwifty is not connected"; const connectionStatusConnecting = - "Sshwifty is connecting to it's backend server, it should only take " + - "than a second or two"; + "Connecting to Sshwifty backend server. It should only take " + + "less than a second, or two"; const connectionStatusDisconnected = "Sshwifty has disconnected from it's backend server"; const connectionStatusConnected =