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 && }