Change message text for red delay.

This commit is contained in:
NI
2019-08-12 11:05:28 +08:00
parent 9f5b2364c7
commit a6ad921ecd

View File

@@ -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 = [];