diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js
index fd3a874c1c..b011821c32 100644
--- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js
+++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js
@@ -789,7 +789,7 @@ const message = {
"3. To use the @ feature, the selected recipient must be a user included in the group, the recipient’s phone number is required and should be the phone number used by Dingding.",
message: "Event, receiver and receiving method are required\n",
message_webhook:
- "Webhook is required when the receiving mode is WeChat Enterprise, Dingding or Feishu",
+ "Webhook is required when the receiving mode is WeChat Enterprise, Dingding, Feishu or Webhook",
template: "Template",
track: "Track notification",
api: "Api notification",
diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js
index 83783e4259..91c50b6a90 100644
--- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js
+++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js
@@ -776,7 +776,7 @@ const message = {
"2.需要安全验证的机器人可以选择 “自定义关键词” 验证,关键词为 “消息通知”;
" +
"3.如需在通知中使用@功能,选择的接收人必须是机器人所在群里包含的用户,接收人手机号为必填项且为钉钉企业所使用的手机号",
message: "事件,接收人,接收方式为必填项",
- message_webhook: "接收方式为钉钉、企业机器人及飞书时,webhook为必填项",
+ message_webhook: "接收方式为钉钉、企业机器人、飞书及自定义Webhook时,Webhook为必填项",
template: "模版",
track: "测试跟踪任务通知",
api: "接口测试任务通知",
diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js
index 61a1ee4371..6d2404f96a 100644
--- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js
+++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js
@@ -775,7 +775,7 @@ const message = {
"2.需要安全驗證的機器人可以選擇 “自定義關鍵詞” 驗證,關鍵詞為 “消息通知”;
" +
"3.如需在通知中使用@功能,選擇的接收人必須是機器人所在群裡包含的用戶,接收人手機號為必填項且為釘釘企業所使用的手機號",
message: "事件,接收人,接收方式為必填項",
- message_webhook: "接收方式為釘釘、企業機器人及飛書時,webhook為必填項",
+ message_webhook: "接收方式為釘釘、企業機器人、飛書及自定義Webhook時,Webhook為必填項",
template: "模版",
track: "測試跟蹤任務通知",
api: "接口測試任務通知",