diff --git a/mkp/bgp_peer-2.2.5-20240615.mkp b/mkp/bgp_peer-2.2.5-20240615.mkp
index c4d56dec9caf847b1c538e0e0234d26770d48125..2c8c085f4081bf4f4cabd80bdc87a14c994e292e 100644
Binary files a/mkp/bgp_peer-2.2.5-20240615.mkp and b/mkp/bgp_peer-2.2.5-20240615.mkp differ
diff --git a/source/gui/wato/check_parameters/bgp_peer.py b/source/gui/wato/check_parameters/bgp_peer.py
index bcfff4fbfafac8fe10c406192a1e9670f1c7e039..32744b040396afac45d450de452d3e772de620ec 100644
--- a/source/gui/wato/check_parameters/bgp_peer.py
+++ b/source/gui/wato/check_parameters/bgp_peer.py
@@ -19,6 +19,7 @@
 # 2022-09-05: added internal_item to avoid warnings on cmk updates (THX to Jay2k1 for reporting the issue)
 # 2023-06-11: moved wato file from ~local/lib/check_mk/gui/plugins/wato
 #             to ~/local/lib/check_mk/gui/plugins/wato/check_parameters to override the build in wato plugin
+# 2024-06-15: fixed typo (no not)
 #
 # Known issue: the override of the build in wato plugin will break the build in aritsa bgp peer plugin
 
@@ -79,7 +80,7 @@ def _parameter_valuespec_bgp_peer():
             ('peernotfound',
              MonitoringState(
                  default_value=2,
-                 title=_('State if peer is no not found.'),
+                 title=_('State if peer is not found.'),
                  help=_('Default monitoring state if the peer is not found in the SNMP data')
              )),
             ('admindown',