From ecf199facd301fe994995de11f1cd0dd77f7d4f8 Mon Sep 17 00:00:00 2001 From: Mathieu Suen Date: Mon, 27 Sep 2021 15:19:28 +0200 Subject: [PATCH] SONAR-15426 Add translation key for bitbucket authent category --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5