From: Mathieu Suen Date: Mon, 27 Sep 2021 13:19:28 +0000 (+0200) Subject: SONAR-15426 Add translation key for bitbucket authent category X-Git-Tag: 9.2.0.49834~190 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ecf199facd301fe994995de11f1cd0dd77f7d4f8;p=sonarqube.git SONAR-15426 Add translation key for bitbucket authent category --- 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 5febb0e4a22..d49436dd3e4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1264,6 +1264,8 @@ property.category.almintegration.github=GitHub Authentication property.category.almintegration.github.description=In order to enable authentication on GitHub.com or GitHub Enterprise: property.category.almintegration.gitlab=GitLab Authentication property.category.almintegration.gitlab.description=In order to enable GitLab authentication, the property 'sonar.core.serverBaseURL' must be set to the public URL +property.category.almintegration.bitbucket=Bitbucket Cloud Authentication +property.category.almintegration.bitbucket.description=In order to enable authentication on Bitbucket.org: property.category.organizations=Organizations property.category.security=Security property.category.security.encryption=Encryption