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 应用访问权限。',