部分“服务”文字改为“网站”

This commit is contained in:
刘祥超
2024-05-05 11:23:57 +08:00
parent cfb88e6bd6
commit 9ed47a3a9d
10 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ Vue.component("ssl-certs-box", {
// 删除证书
removeCert: function (index) {
let that = this
teaweb.confirm("确定删除此证书吗?证书数据仍然保留,只是当前服务不再使用此证书。", function () {
teaweb.confirm("确定删除此证书吗?证书数据仍然保留,只是当前网站不再使用此证书。", function () {
that.certs.$remove(index)
})
},