This commit is contained in:
caishi 2023-06-28 10:29:19 +08:00
parent b47efacc11
commit 7e5102a92b
1 changed files with 1 additions and 1 deletions

View File

@ -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`)
}