From c6e9ac5d9d22b2778d8fc682723b28fb4f6ced3d Mon Sep 17 00:00:00 2001 From: NFish Date: Thu, 24 Apr 2025 10:25:17 +0800 Subject: [PATCH] fix: update i18n --- web/i18n/en-US/app.ts | 2 +- web/i18n/zh-Hans/app.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index 752a66ec18..b54dd2f757 100644 --- a/web/i18n/en-US/app.ts +++ b/web/i18n/en-US/app.ts @@ -174,7 +174,7 @@ const translation = { }, }, showMyCreatedAppsOnly: 'Created by me', - accessControl: 'Web app Access Control', + accessControl: 'Web App Access Control', accessControlDialog: { title: 'Web App Access Control', description: 'Set web app access permissions', diff --git a/web/i18n/zh-Hans/app.ts b/web/i18n/zh-Hans/app.ts index 9bb2ce306f..5290b94e90 100644 --- a/web/i18n/zh-Hans/app.ts +++ b/web/i18n/zh-Hans/app.ts @@ -175,7 +175,7 @@ const translation = { }, openInExplore: '在“探索”中打开', showMyCreatedAppsOnly: '我创建的', - accessControl: 'web app 访问控制', + accessControl: 'web 应用访问控制', accessControlDialog: { title: 'Web 应用访问权限', description: '设置 web 应用访问权限。',