From 17588560e6e09685ee4aeeb8d85d94da1ef7431d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 30 Dec 2019 18:39:56 +0200 Subject: [PATCH] NetworkForm.vue: clarify autoconnect command help text --- client/components/NetworkForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/NetworkForm.vue b/client/components/NetworkForm.vue index 58c6f80e..3924a108 100644 --- a/client/components/NetworkForm.vue +++ b/client/components/NetworkForm.vue @@ -137,7 +137,7 @@ id="connect:commands" class="input" name="commands" - placeholder="One raw command per line, each command will be executed on new connection" + placeholder="One /command per line, each command will be executed in the server tab on new connection" :value="defaults.commands ? defaults.commands.join('\n') : ''" />