Remove invalid grammar

This commit is contained in:
NI
2019-08-21 08:53:33 +08:00
parent 7a3aacf737
commit 9e5d46b78f

View File

@@ -295,7 +295,7 @@ const initialFieldDef = {
type: "textdata", type: "textdata",
value: value:
"SSH session is handled by the backend. Traffic will be decrypted " + "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: "", example: "",
verify(d) { verify(d) {
return ""; return "";