diff --git a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js
index 52f8d90637..489fd73e5c 100644
--- a/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js
+++ b/components/inspectit-ocelot-configurationserver-ui/src/components/views/alerting/topics/editor/HandlerEditor.js
@@ -30,7 +30,7 @@ const HandlerEditor = ({ content, onContentChanged, readOnly, availableTopics })
{'Options are: level(), changed() and tag matching.'}
- {'Example: (level() >= WARNING) AND ("\\"host\\" == \'s001.example.com\'")'}
+ {'Example: (level() >= WARNING) AND ("host" == \'s001.example.com\')'}
{"In this example only events affecting the host 's001.example.com' with severity level WARNING or higher will be sent."}