From 9e5d46b78fc754eb57a096af9a0a883b446ba830 Mon Sep 17 00:00:00 2001 From: NI Date: Wed, 21 Aug 2019 08:53:33 +0800 Subject: [PATCH] Remove invalid grammar --- ui/commands/ssh.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/commands/ssh.js b/ui/commands/ssh.js index 4e905df..11c02b9 100644 --- a/ui/commands/ssh.js +++ b/ui/commands/ssh.js @@ -295,7 +295,7 @@ const initialFieldDef = { type: "textdata", value: "SSH session is handled by the backend. Traffic will be decrypted " + - "on the backend server and then be transmitted back to your client.", + "on the backend server and then transmit back to your client.", example: "", verify(d) { return "";