From ef5ca16a23fffc46bebb16bc0d2a496cac7f66bd Mon Sep 17 00:00:00 2001 From: NI Date: Thu, 24 Oct 2019 23:37:38 +0800 Subject: [PATCH] Change wording from "has" to "is" for consistency --- ui/home_socketctl.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/home_socketctl.js b/ui/home_socketctl.js index f4f15da..fb0e856 100644 --- a/ui/home_socketctl.js +++ b/ui/home_socketctl.js @@ -7,10 +7,9 @@ export function build(ctx) { "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"; + "Sshwifty is disconnected from it's backend server"; const connectionStatusConnected = - "Sshwifty has connected to it's backend server, user interface " + - "is operational"; + "Sshwifty is connected to it's backend server, user interface operational"; const connectionStatusUnmeasurable = "Unable to measure connection delay. The connection maybe very " + "busy or already lost";