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') : ''" />