Add the missing "less", and make the message easier to read.

This commit is contained in:
NI
2019-08-14 12:57:40 +08:00
parent eaaef9ea28
commit 88d9a409bb

View File

@@ -4,8 +4,8 @@ import * as history from "./history.js";
export function build(ctx) { export function build(ctx) {
const connectionStatusNotConnected = "Sshwifty is not connected"; const connectionStatusNotConnected = "Sshwifty is not connected";
const connectionStatusConnecting = const connectionStatusConnecting =
"Sshwifty is connecting to it's backend server, it should only take " + "Connecting to Sshwifty backend server. It should only take " +
"than a second or two"; "less than a second, or two";
const connectionStatusDisconnected = const connectionStatusDisconnected =
"Sshwifty has disconnected from it's backend server"; "Sshwifty has disconnected from it's backend server";
const connectionStatusConnected = const connectionStatusConnected =