From 1ce125366bde7b2adce9e02dd88ff38e9b3803de Mon Sep 17 00:00:00 2001 From: NFish Date: Wed, 23 Apr 2025 14:56:00 +0800 Subject: [PATCH] fix: update i18n --- web/i18n/en-US/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en-US/app.ts b/web/i18n/en-US/app.ts index 6db796aa3f..b06a76e973 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: 'Access Control', description: 'Set web app access permissions',