diff options
author | Revanshu Paliwal <revanshu.paliwal@sonarsource.com> | 2022-08-29 15:21:30 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-30 20:03:14 +0000 |
commit | 70fd6789e58e19d3e5ab5e71b67444b57f8940d3 (patch) | |
tree | c2a1a25921b2f7828411cc36941b9c864bcbacb8 /sonar-core | |
parent | 3d50c83a073845113f2621ce92695a9bc297d7bf (diff) | |
download | sonarqube-70fd6789e58e19d3e5ab5e71b67444b57f8940d3.tar.gz sonarqube-70fd6789e58e19d3e5ab5e71b67444b57f8940d3.zip |
SONAR-17228 Making title as optional for authentication use case
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 0 insertions, 4 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 633911af4fe..2050505e6aa 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1308,10 +1308,6 @@ property.category.general.qualityGate=Quality Gate property.category.general.subProjects=Sub-projects property.category.almintegration=DevOps Platform Integrations property.category.authentication=Authentication -property.category.authentication.github= -property.category.authentication.gitlab= -property.category.authentication.bitbucket= -property.category.authentication.saml= property.category.organizations=Organizations property.category.security=Security property.category.security.encryption=Encryption |