From af56e548b1c1c7a9fa7ce53d014ea52890997636 Mon Sep 17 00:00:00 2001 From: chishin Date: Fri, 19 Jan 2024 12:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=BB=98=E8=AE=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=98=BE=E7=A4=BA=E7=9A=84=E6=8F=8F=E8=BF=B0=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/js/i18n/messages.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/js/i18n/messages.json b/frontend/js/i18n/messages.json index 72b33c5..ac8e9fb 100644 --- a/frontend/js/i18n/messages.json +++ b/frontend/js/i18n/messages.json @@ -579,7 +579,8 @@ }, "settings": { "title": "设置", - "default-site": "默认站点", + "default-site": "默认页面", + "default-site-description": "当 Nginx 遇到未知请求时显示的默认页面", "default-site-congratulations": "成功页面", "default-site-404": "错误页面 (404)", "default-site-444": "无响应 (444)",