From 15462cad5d7608da10a4de2016c9e9fa298dc072 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Mon, 24 Mar 2025 19:31:53 +0530 Subject: [PATCH] chore: content updated --- packages/i18n/src/locales/en/core.json | 2 +- space/core/components/account/oauth/oauth-options.tsx | 2 +- web/core/components/account/oauth/oauth-options.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/i18n/src/locales/en/core.json b/packages/i18n/src/locales/en/core.json index 14207c5a8e6..a17de227eb6 100644 --- a/packages/i18n/src/locales/en/core.json +++ b/packages/i18n/src/locales/en/core.json @@ -9,7 +9,7 @@ "workspace": "Workspace", "views": "Views", "analytics": "Analytics", - "work_items": "Work Items", + "work_items": "Work items", "cycles": "Cycles", "modules": "Modules", "intake": "Intake", diff --git a/space/core/components/account/oauth/oauth-options.tsx b/space/core/components/account/oauth/oauth-options.tsx index d514f1b6871..153516b3475 100644 --- a/space/core/components/account/oauth/oauth-options.tsx +++ b/space/core/components/account/oauth/oauth-options.tsx @@ -21,7 +21,7 @@ export const OAuthOptions: React.FC = observer(() => { )} - {config?.is_github_enabled && } + {config?.is_github_enabled && } {config?.is_gitlab_enabled && } diff --git a/web/core/components/account/oauth/oauth-options.tsx b/web/core/components/account/oauth/oauth-options.tsx index 10396f239a2..eb4ec48518b 100644 --- a/web/core/components/account/oauth/oauth-options.tsx +++ b/web/core/components/account/oauth/oauth-options.tsx @@ -29,7 +29,7 @@ export const OAuthOptions: React.FC = observer(() => { )} - {config?.is_github_enabled && } + {config?.is_github_enabled && } {config?.is_gitlab_enabled && }