aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2020-11-18 09:29:46 +0100
committersonartech <sonartech@sonarsource.com>2020-11-25 20:06:26 +0000
commitc3848a7939baa77a7be0eb2dc8413f0e65211926 (patch)
tree08805ea65647263a1681ca0f12e83ee903e39372 /sonar-core/src/main
parent090a91d83a82a9d411f70c5677fae40ae8c36bcd (diff)
downloadsonarqube-c3848a7939baa77a7be0eb2dc8413f0e65211926.tar.gz
sonarqube-c3848a7939baa77a7be0eb2dc8413f0e65211926.zip
SONAR-14133 Add identifying fields to azure project binding
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 4 insertions, 0 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 2bf94b588ac..a0717a0f97e 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1123,6 +1123,10 @@ 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.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.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