Skip to content

Commit f5dcf8e

Browse files
committed
Fixes naming for GitLab Self-Hosted
1 parent 67c6ec5 commit f5dcf8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/constants.integrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
7272
},
7373
{
7474
id: SelfHostedIntegrationId.CloudGitLabSelfHosted,
75-
name: 'GitLab Self-Managed',
75+
name: 'GitLab Self-Hosted',
7676
icon: 'gl-provider-gitlab',
7777
supports: ['prs', 'issues'],
7878
requiresPro: true,

src/plus/integrations/providers/models.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export const providersMetadata: ProvidersMetadata = {
460460
[SelfHostedIntegrationId.CloudGitLabSelfHosted]: {
461461
domain: '',
462462
id: SelfHostedIntegrationId.CloudGitLabSelfHosted,
463-
name: 'Self-Hosted',
463+
name: 'GitLab Self-Hosted',
464464
type: 'hosting',
465465
iconKey: SelfHostedIntegrationId.GitLabSelfHosted,
466466
issuesPagingMode: PagingMode.Repo,
@@ -478,7 +478,7 @@ export const providersMetadata: ProvidersMetadata = {
478478
[SelfHostedIntegrationId.GitLabSelfHosted]: {
479479
domain: '',
480480
id: SelfHostedIntegrationId.GitLabSelfHosted,
481-
name: 'Self-Hosted',
481+
name: 'GitLab Self-Hosted',
482482
type: 'hosting',
483483
iconKey: SelfHostedIntegrationId.GitLabSelfHosted,
484484
issuesPagingMode: PagingMode.Repo,

0 commit comments

Comments
 (0)