diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-22 17:46:41 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-22 17:46:41 +0200 |
commit | 7945c491fb7ed2ba7462dd2e12051ad8ce9b7e56 (patch) | |
tree | dddf8e150e4cbeca91272cb35a4ad76b3507cb26 /interface-definitions/dns-forwarding.xml.in | |
parent | 1d09b1a788cc91ff64134d853f063dc0a364ad50 (diff) | |
download | vyos-1x-7945c491fb7ed2ba7462dd2e12051ad8ce9b7e56.tar.gz vyos-1x-7945c491fb7ed2ba7462dd2e12051ad8ce9b7e56.zip |
dns-forwarding: T2486: fix warning about missing terminating ' character
Diffstat (limited to 'interface-definitions/dns-forwarding.xml.in')
-rw-r--r-- | interface-definitions/dns-forwarding.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 993d69fe1..aaf8bb27d 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -91,7 +91,7 @@ </leafNode> <leafNode name="addnta"> <properties> - <help>Add NTA (negative trust anchor) for this domain (must be set if the domain doesn't support DNSSEC)</help> + <help>Add NTA (negative trust anchor) for this domain (must be set if the domain does not support DNSSEC)</help> <valueless/> </properties> </leafNode> |