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[] = [
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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments