diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index f289b034f..ee1f24dab 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -1073,7 +1073,7 @@ export default { connections: '活动连接(Active connections)', accepts: '总连接次数(accepts)', handled: '总握手次数(handled)', - requests: '总握手次数(requests)', + requests: '总请求数(requests)', reading: '请求数(Reading)', writing: '响应数(Writing)', waiting: '驻留进程(Waiting)', diff --git a/frontend/src/views/website/ssl/dns-account/create/index.vue b/frontend/src/views/website/ssl/dns-account/create/index.vue index 46fb7f4a9..1c828556a 100644 --- a/frontend/src/views/website/ssl/dns-account/create/index.vue +++ b/frontend/src/views/website/ssl/dns-account/create/index.vue @@ -53,7 +53,7 @@ - + @@ -25,7 +25,7 @@