From de14a55bde6425f469300b8fb3ea68a24be58a73 Mon Sep 17 00:00:00 2001 From: NFish Date: Fri, 25 Apr 2025 17:28:32 +0800 Subject: [PATCH] fix: i18n update (#18787) --- web/i18n/zh-Hans/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index 92ddc09552..5c646807de 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -214,7 +214,7 @@ const translation = { notSet: '未设置', notSetDesc: '当前任何人都无法访问 Web 应用。请设置访问权限。', }, - noAccessPermission: '没有权限访问 web app ', + noAccessPermission: '没有权限访问 web 应用', } export default translation