修改文字

This commit is contained in:
GoEdgeLab
2021-11-05 17:13:43 +08:00
parent 36d8fc36bc
commit c38c4e11e0

View File

@@ -33,7 +33,7 @@ func (this *DeleteAction) RunPost(params struct {
return return
} }
if countResp.Count == 1 { if countResp.Count == 1 {
this.Fail("无法删除此节点:必须至少保留一个可用的API节点") this.Fail("无法删除此节点:必须保留至少一个可用的API节点")
} }
} }