Skip to content

Commit

Permalink
Fixes naming for GitLab Self-Hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
d13 committed Feb 7, 2025
1 parent 67c6ec5 commit f5dcf8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/constants.integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
},
{
id: SelfHostedIntegrationId.CloudGitLabSelfHosted,
name: 'GitLab Self-Managed',
name: 'GitLab Self-Hosted',
icon: 'gl-provider-gitlab',
supports: ['prs', 'issues'],
requiresPro: true,
Expand Down
4 changes: 2 additions & 2 deletions src/plus/integrations/providers/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export const providersMetadata: ProvidersMetadata = {
[SelfHostedIntegrationId.CloudGitLabSelfHosted]: {
domain: '',
id: SelfHostedIntegrationId.CloudGitLabSelfHosted,
name: 'Self-Hosted',
name: 'GitLab Self-Hosted',
type: 'hosting',
iconKey: SelfHostedIntegrationId.GitLabSelfHosted,
issuesPagingMode: PagingMode.Repo,
Expand All @@ -478,7 +478,7 @@ export const providersMetadata: ProvidersMetadata = {
[SelfHostedIntegrationId.GitLabSelfHosted]: {
domain: '',
id: SelfHostedIntegrationId.GitLabSelfHosted,
name: 'Self-Hosted',
name: 'GitLab Self-Hosted',
type: 'hosting',
iconKey: SelfHostedIntegrationId.GitLabSelfHosted,
issuesPagingMode: PagingMode.Repo,
Expand Down

0 comments on commit f5dcf8e

Please sign in to comment.