aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-06-15 11:04:52 +0200
committersonartech <sonartech@sonarsource.com>2021-06-28 20:03:20 +0000
commitcd8105d3acb13ce7112d1d8d5f5662c5d9d4187f (patch)
treecc6c6f294acee7de1637c154e867a3831de049d2 /sonar-core
parent7b4f637c565b171d17f33ca7a9d15caf698a092a (diff)
downloadsonarqube-cd8105d3acb13ce7112d1d8d5f5662c5d9d4187f.tar.gz
sonarqube-cd8105d3acb13ce7112d1d8d5f5662c5d9d4187f.zip
SONAR-14932 Add support for Bibucket Cloud project creation
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 3 insertions, 3 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 ce8560eb5ac..457c2322fe4 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3247,7 +3247,7 @@ onboarding.create_project.help_set_up_x=Learn more on how to set up {0}
onboarding.create_project.setup_manually=Create a project
onboarding.create_project.select_method.manual=Manually
onboarding.create_project.select_method.azure=From Azure DevOps
-onboarding.create_project.select_method.bitbucket=From Bitbucket Server
+onboarding.create_project.select_method.bitbucket=From Bitbucket
onboarding.create_project.select_method.github=From GitHub
onboarding.create_project.select_method.gitlab=From GitLab
onboarding.create_project.alm_not_configured=Currently not active
@@ -3288,12 +3288,12 @@ onboarding.create_project.pat_form.pat_required=Please enter a personal access t
onboarding.create_project.pat_form.list_repositories=List repositories
onboarding.create_project.select_method=How do you want to create your project?
onboarding.create_project.too_many_alm_instances.azure=You must have exactly 1 Azure DevOps instance configured in order to use this method.
-onboarding.create_project.too_many_alm_instances.bitbucket=You must have exactly 1 Bitbucket Server instance configured in order to use this method.
+onboarding.create_project.too_many_alm_instances.bitbucket=You must have exactly 1 Bitbucket instance configured in order to use this method.
onboarding.create_project.too_many_alm_instances.github=You must have exactly 1 GitHub instance configured in order to use this method.
onboarding.create_project.too_many_alm_instances.gitlab=You must have exactly 1 GitLab instance configured in order to use this method.
onboarding.create_project.alm_instances_count_X=You currently have {0}.
onboarding.create_project.zero_alm_instances.azure=You must first configure an Azure DevOps instance.
-onboarding.create_project.zero_alm_instances.bitbucket=You must first configure a Bitbucket Server instance.
+onboarding.create_project.zero_alm_instances.bitbucket=You must first configure a Bitbucket instance.
onboarding.create_project.zero_alm_instances.github=You must first configure a GitHub instance.
onboarding.create_project.zero_alm_instances.gitlab=You must first configure a GitLab instance.
onboarding.create_project.wrong_binding_count=You must have exactly 1 {alm} instance configured in order to use this method, but none were found. Either create the project manually, or contact your system administrator.