From a6ad921ecddda3c0510678daeb9e7128e9674d93 Mon Sep 17 00:00:00 2001 From: NI Date: Mon, 12 Aug 2019 11:05:28 +0800 Subject: [PATCH] Change message text for red delay. --- ui/home_socketctl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/home_socketctl.js b/ui/home_socketctl.js index ca8a039..ba76ca4 100644 --- a/ui/home_socketctl.js +++ b/ui/home_socketctl.js @@ -24,7 +24,8 @@ export function build(ctx) { "Experiencing median connection delay, consider slow down your input " + "to avoid misoperate"; 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 = () => { let r = [];