Skip to content

Commit 86dbb14

Browse files
committed
Make this helper text more correct
1 parent 3b2e2c6 commit 86dbb14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/views/admin/nodes/view/configuration.blade.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@
5353
<h3 class="box-title">Auto-Deploy</h3>
5454
</div>
5555
<div class="box-body">
56-
<p class="text-muted small">To simplify the configuration of nodes it is possible to fetch the config from the panel. A token is required for this process. The button below will generate a token and provide you with the commands necessary for automatic configuration of the node. <em>Tokens are only valid for 5 minutes.</em></p>
56+
<p class="text-muted small">
57+
Use the button below to generate a custom deployment command that can be used to configure
58+
wings on the target server with a single command.
59+
</p>
5760
</div>
5861
<div class="box-footer">
5962
<button type="button" id="configTokenBtn" class="btn btn-sm btn-default" style="width:100%;">Generate Token</button>

0 commit comments

Comments
 (0)