Change wording.
This commit is contained in:
@@ -5,7 +5,7 @@ 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 " +
|
"Sshwifty is connecting to it's backend server, it should only take " +
|
||||||
"less than a second or two";
|
"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 =
|
||||||
@@ -19,13 +19,13 @@ export function build(ctx) {
|
|||||||
"Connection delay is low, operation should be very responsive";
|
"Connection delay is low, operation should be very responsive";
|
||||||
const connectionDelayFair =
|
const connectionDelayFair =
|
||||||
"Experiencing minor connection delay, operation should be responded " +
|
"Experiencing minor connection delay, operation should be responded " +
|
||||||
"within reasonable time";
|
"within a reasonable time";
|
||||||
const connectionDelayMedian =
|
const connectionDelayMedian =
|
||||||
"Experiencing median connection delay, consider slow down your input " +
|
"Experiencing median connection delay, consider to slow down your input " +
|
||||||
"to avoid misoperate";
|
"to avoid misoperation";
|
||||||
const connectionDelayHeavy =
|
const connectionDelayHeavy =
|
||||||
"Experiencing long connection delay, operation may freeze. Consider " +
|
"Experiencing bad connection delay, operation may freeze. Consider " +
|
||||||
"pause your input until remote is responsive";
|
"to pause your input until remote is responsive";
|
||||||
|
|
||||||
const buildEmptyHistory = () => {
|
const buildEmptyHistory = () => {
|
||||||
let r = [];
|
let r = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user