diff options
author | opswill <will@nixops.org> | 2024-12-17 11:03:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-17 11:03:53 +0800 |
commit | 833d5866b69dc346d8127845f32ebdcf9b647e59 (patch) | |
tree | 82e7594bd7b783fb653c8b26528e217ee239d6d6 /interface-definitions | |
parent | c94dabede31447f3d1eaded08b448f944087539d (diff) | |
download | vyos-1x-833d5866b69dc346d8127845f32ebdcf9b647e59.tar.gz vyos-1x-833d5866b69dc346d8127845f32ebdcf9b647e59.zip |
T6918: Fix punctuation
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/firewall/global-options.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i index 51c6b1efd..355b41fde 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -51,7 +51,7 @@ <children> <leafNode name="invalid-connections"> <properties> - <help>Accept ARP DHCP and PPPoE despite they are marked as invalid connection</help> + <help>Accept ARP, DHCP and PPPoE despite they are marked as invalid connection</help> <valueless/> </properties> </leafNode> |