From b7cf2da5225810e1d327e058cd06ece1f8fe4f65 Mon Sep 17 00:00:00 2001 From: NI Date: Tue, 27 Aug 2019 17:26:45 +0800 Subject: [PATCH] Change wording --- ui/home_socketctl.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/home_socketctl.js b/ui/home_socketctl.js index 8876f63..f70d99c 100644 --- a/ui/home_socketctl.js +++ b/ui/home_socketctl.js @@ -24,8 +24,8 @@ export function build(ctx) { "Experiencing median connection delay, consider to slow down your input " + "to avoid misoperation"; const connectionDelayHeavy = - "Experiencing bad connection delay, operation may freeze. Consider " + - "to pause your input until remote is responsive"; + "Experiencing bad connection delay, operation may freeze at any moment. " + + "Consider to pause your input until remote is responsive"; const buildEmptyHistory = () => { let r = [];