mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
net/tayga: fix typo in static mappings (#5010)
This commit is contained in:
parent
e51e367336
commit
4518d481f5
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<id>staticmapping.v6</id>
|
||||
<label>IPv6 network or address</label>
|
||||
<type>text</type>
|
||||
<help>IPv4 network to map. Must not overlap with NAT64 prefix.</help>
|
||||
<help>IPv6 network to map. Must not overlap with NAT64 prefix.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>staticmapping.description</id>
|
||||
|
|
|
|||
Loading…
Reference in a new issue