diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-14 21:21:47 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-14 20:32:20 +0000 |
commit | aacdd44508d30fefb44d1d4d693f7f182213e42a (patch) | |
tree | 1a696355a787e386d2dcf57fb4afdcafa85b0c1a /interface-definitions | |
parent | 25005a9a95f58643f1755d3c138d9233efa2fd37 (diff) | |
download | vyos-1x-aacdd44508d30fefb44d1d4d693f7f182213e42a.tar.gz vyos-1x-aacdd44508d30fefb44d1d4d693f7f182213e42a.zip |
xml: T160: improve NAT64 help string
(cherry picked from commit 7ca0ad91744044f74690179eaec4160d9c4fee65)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/nat64.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/nat64.xml.in b/interface-definitions/nat64.xml.in index dfdd295d2..4b3c157cc 100644 --- a/interface-definitions/nat64.xml.in +++ b/interface-definitions/nat64.xml.in @@ -2,7 +2,7 @@ <interfaceDefinition> <node name="nat64" owner="${vyos_conf_scripts_dir}/nat64.py"> <properties> - <help>IPv6-to-IPv4 Network Address Translation (NAT64) Settings</help> + <help>Network Address Translation (NAT64) parameters</help> <priority>501</priority> </properties> <children> |