Change message text for red delay.
This commit is contained in:
@@ -24,7 +24,8 @@ export function build(ctx) {
|
|||||||
"Experiencing median connection delay, consider slow down your input " +
|
"Experiencing median connection delay, consider slow down your input " +
|
||||||
"to avoid misoperate";
|
"to avoid misoperate";
|
||||||
const connectionDelayHeavy =
|
const connectionDelayHeavy =
|
||||||
"Experiencing long connection delay, operation may appear to be sticked";
|
"Experiencing long connection delay, operation may freeze. Consider " +
|
||||||
|
"pause your input until remote is responsive";
|
||||||
|
|
||||||
const buildEmptyHistory = () => {
|
const buildEmptyHistory = () => {
|
||||||
let r = [];
|
let r = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user