diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-26 19:09:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-26 19:14:15 +0100 |
commit | 140a91d7399057bcd932b71194e2940ae178a07d (patch) | |
tree | fff5ab44a0771df3d7a4bbc19faeeacac9163bc2 /interface-definitions/interfaces-wireguard.xml.in | |
parent | 15b3360f460f43a6cd49cccc4e002d89e2dde5f3 (diff) | |
download | vyos-1x-140a91d7399057bcd932b71194e2940ae178a07d.tar.gz vyos-1x-140a91d7399057bcd932b71194e2940ae178a07d.zip |
Interfaces: unify interface help text
Diffstat (limited to 'interface-definitions/interfaces-wireguard.xml.in')
-rw-r--r-- | interface-definitions/interfaces-wireguard.xml.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/interface-definitions/interfaces-wireguard.xml.in b/interface-definitions/interfaces-wireguard.xml.in index 514ca9083..dd4a73efd 100644 --- a/interface-definitions/interfaces-wireguard.xml.in +++ b/interface-definitions/interfaces-wireguard.xml.in @@ -4,9 +4,8 @@ <children> <tagNode name="wireguard" owner="${vyos_conf_scripts_dir}/interfaces-wireguard.py"> <properties> - <help>WireGuard interface name</help> + <help>WireGuard Interface</help> <priority>459</priority> - <!-- subsequent ones may be removed, just make sure ethernet ifs are present --> <constraint> <regex>wg[0-9]+$</regex> </constraint> |