diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-29 11:48:46 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-29 11:48:46 +0200 |
commit | 96a88c1990a974c5291553e8b9cd3220795366fb (patch) | |
tree | b69c1aa5f4e792052542b48b1d88dbf1c252b4d0 /interface-definitions | |
parent | a32b4fa34bfbd67e4c4237bf37b81ce2913de24d (diff) | |
download | vyos-1x-96a88c1990a974c5291553e8b9cd3220795366fb.tar.gz vyos-1x-96a88c1990a974c5291553e8b9cd3220795366fb.zip |
xml: reword static routing completion help
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/protocols-static.xml.in | 2 | ||||
-rw-r--r-- | interface-definitions/vrf.xml.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/protocols-static.xml.in b/interface-definitions/protocols-static.xml.in index 3cc28e296..e89433022 100644 --- a/interface-definitions/protocols-static.xml.in +++ b/interface-definitions/protocols-static.xml.in @@ -7,7 +7,7 @@ <children> <node name="static" owner="${vyos_conf_scripts_dir}/protocols_static.py"> <properties> - <help>Static route parameters</help> + <help>Static Routing</help> <priority>480</priority> </properties> <children> diff --git a/interface-definitions/vrf.xml.in b/interface-definitions/vrf.xml.in index b63d60415..3604b41c8 100644 --- a/interface-definitions/vrf.xml.in +++ b/interface-definitions/vrf.xml.in @@ -96,7 +96,7 @@ </node> <node name="static" owner="${vyos_conf_scripts_dir}/protocols_static.py $VAR(../../@)"> <properties> - <help>Static route parameters</help> + <help>Static Routing</help> <priority>481</priority> </properties> <children> |