mirror of
https://github.com/thelounge/thelounge
synced 2024-11-22 20:13:07 +00:00
Merge pull request #3649 from Mikaela/network-command-helptext
NetworkForm.vue: clarify autoconnect command help text
This commit is contained in:
commit
a8e7cfd2cd
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
id="connect:commands"
|
id="connect:commands"
|
||||||
class="input"
|
class="input"
|
||||||
name="commands"
|
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') : ''"
|
:value="defaults.commands ? defaults.commands.join('\n') : ''"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue