From 7e5102a92bf614c72afae561d6d0477e8f9b3cf9 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Wed, 28 Jun 2023 10:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/Settings/Webhooks/Index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`) }