Add the missing "less", and make the message easier to read.
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user