Merge pull request #3649 from Mikaela/network-command-helptext

NetworkForm.vue: clarify autoconnect command help text
This commit is contained in:
Pavel Djundik 2019-12-31 21:31:27 +02:00 committed by GitHub
commit a8e7cfd2cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>