diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-11-11 16:12:19 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-11-17 20:03:07 +0000 |
commit | 317ada58ae514beeb7865d67dae54f271f6d26ae (patch) | |
tree | 30f20c3f681ea773403f9d74d1ff0d7af748afd1 /sonar-core | |
parent | 8d0f159bb4994704c4395c99762d794441eece8f (diff) | |
download | sonarqube-317ada58ae514beeb7865d67dae54f271f6d26ae.tar.gz sonarqube-317ada58ae514beeb7865d67dae54f271f6d26ae.zip |
SONAR-17586 Allow project onboarding when multiple Gitlab integrations are configured
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index ae40c64092d..aa861ca230e 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -389,6 +389,7 @@ alm.github=GitHub alm.github.short=GitHub alm.gitlab=GitLab alm.gitlab.short=GitLab +alm.configuration.selector.label=What DevOps platform do you want to import project from? #------------------------------------------------------------------------------ # @@ -3598,7 +3599,7 @@ onboarding.create_project.github.warning.message_admin=Please make sure the GitH onboarding.create_project.github.warning.message_admin.link=DevOps Platform integration settings onboarding.create_project.github.no_orgs=We couldn't load any organizations with your key. Contact an administrator. onboarding.create_project.github.no_orgs_admin=We couldn't load any organizations. Make sure the GitHub App is installed in at least one organization and check the GitHub instance configuration in the {link}. -onboarding.create_project.gitlab.title=Which GitLab project do you want to set up? +onboarding.create_project.gitlab.title=Gitlab project onboarding onboarding.create_project.gitlab.no_projects=No projects could be fetched from Gitlab. Contact your system administrator, or {link}. onboarding.create_project.gitlab.link=See on GitLab |