From 9566393f95fb11616ec1bae2530256d7bf7e47d1 Mon Sep 17 00:00:00 2001
From: Christian Poessinger <christian@poessinger.com>
Date: Tue, 1 Jun 2021 20:50:58 +0200
Subject: ipsec: T2816: XML in op-mode should not contain ' in the help string

---
 op-mode-definitions/vpn-ipsec.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/op-mode-definitions/vpn-ipsec.xml.in b/op-mode-definitions/vpn-ipsec.xml.in
index b836b193f..76f4893c1 100644
--- a/op-mode-definitions/vpn-ipsec.xml.in
+++ b/op-mode-definitions/vpn-ipsec.xml.in
@@ -124,7 +124,7 @@
                 <children>
                   <tagNode name="tunnel">
                     <properties>
-                      <help>Show debugging information for a peer's tunnel</help>
+                      <help>Show debug information for peer tunnel</help>
                     </properties>
                     <command>sudo ${vyos_op_scripts_dir}/vpn_ipsec.py --action="vpn-debug" --name="$5" --tunnel="$7"</command>
                   </tagNode>
-- 
cgit v1.2.3