From b0bf3be707809b4e2afa33c6f781387e6548c402 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 23 Sep 2025 17:16:07 +0800 Subject: [PATCH] feat: change website rate limit prompt (#10450) Refs https://github.com/1Panel-dev/1Panel/issues/10441 --- frontend/src/lang/modules/zh-Hant.ts | 2 +- frontend/src/lang/modules/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lang/modules/zh-Hant.ts b/frontend/src/lang/modules/zh-Hant.ts index 35735f504..6e2409f08 100644 --- a/frontend/src/lang/modules/zh-Hant.ts +++ b/frontend/src/lang/modules/zh-Hant.ts @@ -2102,7 +2102,7 @@ const message = { perip: '單IP限制', peripHelper: '限制單個IP訪問最大並發數', rate: '流量限制', - rateHelper: '限制每個請求的流量上(單位:KB)', + rateHelper: '限制每個請求的流量上限(單位:KB)', limitHelper: '啟用流量控制', other: '其他', currentSSL: '目前證書', diff --git a/frontend/src/lang/modules/zh.ts b/frontend/src/lang/modules/zh.ts index 901384b27..f84a08403 100644 --- a/frontend/src/lang/modules/zh.ts +++ b/frontend/src/lang/modules/zh.ts @@ -2093,7 +2093,7 @@ const message = { perip: '单IP限制', peripHelper: '限制单个IP访问最大并发数', rate: '流量限制', - rateHelper: '限制每个请求的流量上(单位:KB)', + rateHelper: '限制每个请求的流量上限(单位:KB)', limitHelper: '启用流量控制', other: '其他', currentSSL: '当前证书',