File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plus/integrations/providers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
72
72
} ,
73
73
{
74
74
id : SelfHostedIntegrationId . CloudGitLabSelfHosted ,
75
- name : 'GitLab Self-Managed ' ,
75
+ name : 'GitLab Self-Hosted ' ,
76
76
icon : 'gl-provider-gitlab' ,
77
77
supports : [ 'prs' , 'issues' ] ,
78
78
requiresPro : true ,
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ export const providersMetadata: ProvidersMetadata = {
460
460
[ SelfHostedIntegrationId . CloudGitLabSelfHosted ] : {
461
461
domain : '' ,
462
462
id : SelfHostedIntegrationId . CloudGitLabSelfHosted ,
463
- name : 'Self-Hosted' ,
463
+ name : 'GitLab Self-Hosted' ,
464
464
type : 'hosting' ,
465
465
iconKey : SelfHostedIntegrationId . GitLabSelfHosted ,
466
466
issuesPagingMode : PagingMode . Repo ,
@@ -478,7 +478,7 @@ export const providersMetadata: ProvidersMetadata = {
478
478
[ SelfHostedIntegrationId . GitLabSelfHosted ] : {
479
479
domain : '' ,
480
480
id : SelfHostedIntegrationId . GitLabSelfHosted ,
481
- name : 'Self-Hosted' ,
481
+ name : 'GitLab Self-Hosted' ,
482
482
type : 'hosting' ,
483
483
iconKey : SelfHostedIntegrationId . GitLabSelfHosted ,
484
484
issuesPagingMode : PagingMode . Repo ,
You can’t perform that action at this time.
0 commit comments