NetworkForm.vue: clarify autoconnect command help text

This commit is contained in:
Mikaela Suomalainen 2019-12-30 18:39:56 +02:00
parent 56cc6d0b68
commit 17588560e6
No known key found for this signature in database
GPG key ID: 99392F62BAE30723

View file

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