diff options
author | Philippe Perrin <philippe.perrin@sonarsource.com> | 2021-01-27 15:56:38 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-02 20:07:48 +0000 |
commit | 2114158616c522b3cdff8b816d9469bac4047aab (patch) | |
tree | 18100a12d7feabd409309819eab9fc8b0420e41b /sonar-core/src | |
parent | 6717f56e2891ad5cba078b409bee456a4131993e (diff) | |
download | sonarqube-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.properties | 6 |
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 |