aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2021-01-27 15:56:38 +0100
committersonartech <sonartech@sonarsource.com>2021-02-02 20:07:48 +0000
commit2114158616c522b3cdff8b816d9469bac4047aab (patch)
tree18100a12d7feabd409309819eab9fc8b0420e41b /sonar-core/src
parent6717f56e2891ad5cba078b409bee456a4131993e (diff)
downloadsonarqube-2114158616c522b3cdff8b816d9469bac4047aab.tar.gz
sonarqube-2114158616c522b3cdff8b816d9469bac4047aab.zip
SONAR-14403 Add monorepo checkbox for Bitbucket server bindings
Diffstat (limited to 'sonar-core/src')
-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 9ccf4f1a64e..318ff9800d4 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1138,13 +1138,13 @@ settings.pr_decoration.binding.title=Pull Request Decoration
settings.pr_decoration.binding.description=Enable Pull Request Decoration for this project.
settings.pr_decoration.binding.form.url=Project location
settings.pr_decoration.binding.form.name=Configuration name
+settings.pr_decoration.binding.form.monorepo=Enable mono repository support
+settings.pr_decoration.binding.form.monorepo.help=Enable this setting if your project is part of a mono repository. {doc_link}
+settings.pr_decoration.binding.form.monorepo.warning=This setting must be enabled for all SonarQube projects that are part of a mono repository.
settings.pr_decoration.binding.form.azure.project=Project Name
settings.pr_decoration.binding.form.azure.project.help=The name of the Azure DevOps Server project containing your repository.
settings.pr_decoration.binding.form.azure.repository=Repository Name
settings.pr_decoration.binding.form.azure.repository.help=The name of your Azure DevOps Server repository.
-settings.pr_decoration.binding.form.azure.monorepo=Enable mono repository support
-settings.pr_decoration.binding.form.azure.monorepo.help=Enable this setting if your project is part of a mono repository. {doc_link}
-settings.pr_decoration.binding.form.azure.monorepo.warning=This setting must be enabled for all projects that are part of a mono repository.
settings.pr_decoration.binding.form.github.repository=Repository identifier
settings.pr_decoration.binding.form.github.repository.help=The path of your repository URL. Example: {example}
settings.pr_decoration.binding.form.github.summary_comment_setting=Enable analysis summary under the GitHub Conversation tab