security/tailscale: Fix subnet router dialog help text

The original help text appears to be a potential copy-and-paste
leftover from an unrelated subnet field for some kind of DHCP
configuration dialog.

Changes the help text so that it is contextually relevant to the
plugin.
This commit is contained in:
Christian Heimlich
2025-06-22 20:24:32 +02:00
committed by Franco Fichtner
parent aabc7e3daa
commit 81681053d3
@@ -3,7 +3,7 @@
<id>subnet4.subnet</id>
<label>Subnet</label>
<type>text</type>
<help>Subnet to use, should be large enough to hold the specified pools and reservations</help>
<help>Local subnet to route to your tailnet in CIDR notation (e.g. 192.168.1.0/24).</help>
</field>
<field>
<id>subnet4.description</id>