diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2021-01-27 09:31:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-08 20:07:45 +0000 |
commit | 0da0c9feef141aa635625736345cb0f4e2d228f8 (patch) | |
tree | bb8a940c08b948201f7cef8a582bfd28ec9821f0 /sonar-core | |
parent | bffbb5836d504a3bd3ce1098d8d1b2bd42994283 (diff) | |
download | sonarqube-0da0c9feef141aa635625736345cb0f4e2d228f8.tar.gz sonarqube-0da0c9feef141aa635625736345cb0f4e2d228f8.zip |
SONAR-14394 Add frontend for bitbucket cloud project binding.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 779baa23258..52f8c5a608b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1165,6 +1165,9 @@ settings.pr_decoration.binding.form.bitbucket.repository=Project Key settings.pr_decoration.binding.form.bitbucket.repository.help=The project key is part of your Bitbucket Server repository URL. Example: ({example}) settings.pr_decoration.binding.form.bitbucket.slug=Repository SLUG settings.pr_decoration.binding.form.bitbucket.slug.help=The Repository Slug is part of your Bitbucket Server repository URL. Example: ({example}) +settings.pr_decoration.binding.form.bitbucketcloud.repository=Repository SLUG +settings.pr_decoration.binding.form.bitbucketcloud.repository.help=The Repository SLUG is part of your Bitbucket Cloud URL. Example: {example} + settings.pr_decoration.binding.form.gitlab.repository=Project ID property.category.general=General |