diff --git a/resource/l10n/zh-CN.toml b/resource/l10n/zh-CN.toml
index 54e71cb..6d20a27 100644
--- a/resource/l10n/zh-CN.toml
+++ b/resource/l10n/zh-CN.toml
@@ -80,8 +80,8 @@ other = "秒"
other = "启用故障通知"
[IntroductionOfMonitor]
other = """
-类型为 HTTP-GET 时输入URL(带 http/https, HTTPS协议的会顺带监控SSL证书);
-类型为 ICMP-Ping 时输入主机名/IP,不带端口;
+类型为 HTTP-GET 时输入URL(带 http/https, HTTPS协议的会顺带监控SSL证书);
+类型为 ICMP-Ping 时输入主机名/IP,不带端口;
类型为 TCP-Ping 时输入主机名/IP + 端口号:example.com:22"""
[AddNotificationMethod]
other = "添加通知方式"
@@ -99,8 +99,6 @@ other = "验证SSL"
other = "添加报警规则"
[Rules]
other = "规则"
-[NotificationMethod]
-other = "通知方式组"
[Enable]
other = "启用"
[AddServer]
diff --git a/resource/template/common/menu.html b/resource/template/common/menu.html
index e6c5fdc..3423c4e 100644
--- a/resource/template/common/menu.html
+++ b/resource/template/common/menu.html
@@ -34,7 +34,7 @@
{{tr "AdminPanel"}}
{{end}}
-
diff --git a/resource/template/component/monitor.html b/resource/template/component/monitor.html
index dc0fb52..5b4c09c 100644
--- a/resource/template/component/monitor.html
+++ b/resource/template/component/monitor.html
@@ -57,7 +57,7 @@
- {{tr "IntroductionOfMonitor"}}
+ {{safe (tr "IntroductionOfMonitor")}}
diff --git a/resource/template/dashboard/monitor.html b/resource/template/dashboard/monitor.html
index a1b3881..a9872a8 100644
--- a/resource/template/dashboard/monitor.html
+++ b/resource/template/dashboard/monitor.html
@@ -45,7 +45,7 @@
+ onclick="showConfirm('{{tr "DeleteService"}}','{{tr "ConfirmToDeleteThisService"}}',deleteRequest,'/api/monitor/'+{{$monitor.ID}})">