Change wording from "has" to "is" for consistency

This commit is contained in:
NI
2019-10-24 23:37:38 +08:00
parent 0a28b9f498
commit ef5ca16a23

View File

@@ -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";