mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 22:09:03 +08:00
feat: change website rate limit prompt (#10450)
Refs https://github.com/1Panel-dev/1Panel/issues/10441
This commit is contained in:
parent
caaf05897a
commit
b0bf3be707
2 changed files with 2 additions and 2 deletions
|
|
@ -2102,7 +2102,7 @@ const message = {
|
|||
perip: '單IP限制',
|
||||
peripHelper: '限制單個IP訪問最大並發數',
|
||||
rate: '流量限制',
|
||||
rateHelper: '限制每個請求的流量上(單位:KB)',
|
||||
rateHelper: '限制每個請求的流量上限(單位:KB)',
|
||||
limitHelper: '啟用流量控制',
|
||||
other: '其他',
|
||||
currentSSL: '目前證書',
|
||||
|
|
|
|||
|
|
@ -2093,7 +2093,7 @@ const message = {
|
|||
perip: '单IP限制',
|
||||
peripHelper: '限制单个IP访问最大并发数',
|
||||
rate: '流量限制',
|
||||
rateHelper: '限制每个请求的流量上(单位:KB)',
|
||||
rateHelper: '限制每个请求的流量上限(单位:KB)',
|
||||
limitHelper: '启用流量控制',
|
||||
other: '其他',
|
||||
currentSSL: '当前证书',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue