Change wording from "has" to "is" for consistency
This commit is contained in:
@@ -7,10 +7,9 @@ export function build(ctx) {
|
|||||||
"Connecting to Sshwifty backend server. It should only take " +
|
"Connecting to Sshwifty backend server. It should only take " +
|
||||||
"less than a second, or two";
|
"less than a second, or two";
|
||||||
const connectionStatusDisconnected =
|
const connectionStatusDisconnected =
|
||||||
"Sshwifty has disconnected from it's backend server";
|
"Sshwifty is disconnected from it's backend server";
|
||||||
const connectionStatusConnected =
|
const connectionStatusConnected =
|
||||||
"Sshwifty has connected to it's backend server, user interface " +
|
"Sshwifty is connected to it's backend server, user interface operational";
|
||||||
"is operational";
|
|
||||||
const connectionStatusUnmeasurable =
|
const connectionStatusUnmeasurable =
|
||||||
"Unable to measure connection delay. The connection maybe very " +
|
"Unable to measure connection delay. The connection maybe very " +
|
||||||
"busy or already lost";
|
"busy or already lost";
|
||||||
|
|||||||
Reference in New Issue
Block a user