From 84c7375d2a797440fad429dfeec69b6545ae70a9 Mon Sep 17 00:00:00 2001
From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com>
Date: Mon, 24 Mar 2025 19:57:13 +0530
Subject: [PATCH] [WEB-3601] chore: content updated (#6811)
---
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 14207c5a8..a17de227e 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 d514f1b68..153516b34 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 10396f239..eb4ec4851 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 && }
>