security/tailscale: minor changes to previous

This commit is contained in:
Franco Fichtner
2024-12-19 19:06:56 +01:00
parent 72e7bc03ec
commit 80c2623bd5
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@
<id>settings.listenPort</id>
<label>Listen Port</label>
<type>text</type>
<help>UDP port to listen on for Wireguard and peer-to-peer traffic.</help>
<help>UDP port to listen on for WireGuard and peer-to-peer traffic.</help>
</field>
<field>
<id>settings.acceptDNS</id>
@@ -24,7 +24,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
export default class Wireguard extends BaseTableWidget {
export default class Tailscale extends BaseTableWidget {
constructor() {
super();
}