diff --git a/web/i18n/en-US/plugin-trigger.ts b/web/i18n/en-US/plugin-trigger.ts index 0130cd85fb..63fca33fc5 100644 --- a/web/i18n/en-US/plugin-trigger.ts +++ b/web/i18n/en-US/plugin-trigger.ts @@ -150,6 +150,8 @@ const translation = { callbackUrl: { label: 'Callback URL', description: 'This URL will receive webhook events', + tooltip: 'Provide a publicly accessible endpoint that can receive callback requests from the trigger provider.', + placeholder: 'https://example.com/webhooks/github', copy: 'Copy', copied: 'Copied!', }, diff --git a/web/i18n/zh-Hans/plugin-trigger.ts b/web/i18n/zh-Hans/plugin-trigger.ts index e2718a8900..326a02fddf 100644 --- a/web/i18n/zh-Hans/plugin-trigger.ts +++ b/web/i18n/zh-Hans/plugin-trigger.ts @@ -150,6 +150,8 @@ const translation = { callbackUrl: { label: '回调URL', description: '此URL将接收Webhook事件', + tooltip: '填写能被触发器提供方访问的公网地址,用于接收回调请求。', + placeholder: 'https://example.com/webhooks/github', copy: '复制', copied: '已复制!', },