diff --git a/src/forge/Settings/Webhooks/Index.jsx b/src/forge/Settings/Webhooks/Index.jsx index 2e4e8861..914028f6 100644 --- a/src/forge/Settings/Webhooks/Index.jsx +++ b/src/forge/Settings/Webhooks/Index.jsx @@ -80,7 +80,7 @@ function Index(props) { function addFunc() { if(totalByUserCreate >= 50){ - return props.showNotification("您创建的Webhook数量已达到上线!请删除部分Webhook以进行添加操作"); + return props.showNotification("webhooks数量已到上限!请删除暂不使用的webhooks以进行添加操作"); } props.history.push(`/${owner}/${projectsId}/settings/webhooks/new`) }