From 519d822e9c3d863359008280698f84a86ea0c4f4 Mon Sep 17 00:00:00 2001 From: NI Date: Fri, 22 Nov 2019 15:39:45 +0800 Subject: [PATCH] Fixed a grammer error in connection wizard (request -> the request) --- ui/commands/ssh.js | 2 +- ui/commands/telnet.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/commands/ssh.js b/ui/commands/ssh.js index 3ecbc78..8878604 100644 --- a/ui/commands/ssh.js +++ b/ui/commands/ssh.js @@ -522,7 +522,7 @@ class Wizard { stepWaitForAcceptWait() { return command.wait( "Requesting", - "Waiting for request to be accepted by the backend" + "Waiting for the request to be accepted by the backend" ); } diff --git a/ui/commands/telnet.js b/ui/commands/telnet.js index ed5efba..37f6e4e 100644 --- a/ui/commands/telnet.js +++ b/ui/commands/telnet.js @@ -284,7 +284,7 @@ class Wizard { stepWaitForAcceptWait() { return command.wait( "Requesting", - "Waiting for request to be accepted by the backend" + "Waiting for the request to be accepted by the backend" ); }