diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-09-17 12:21:53 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-23 20:21:07 +0200 |
commit | 056302d0d534a30a8a7d905602455b0ba0f900a2 (patch) | |
tree | 1e755215fb861b215e97e724239c22036cccc639 /sonar-core | |
parent | 26a7d44c9cce85b62e6d3f2043aa3eddc500a54e (diff) | |
download | sonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.tar.gz sonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.zip |
SONAR-12460 Support GitLab Authentication
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 bd95abe8e39..58f460c0fd0 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -892,6 +892,7 @@ property.category.general.subProjects=Sub-projects property.category.organizations=Organizations property.category.security=Security property.category.security.encryption=Encryption +property.category.security.gitlab=Gitlab property.category.java=Java property.category.differentialViews=New Code property.category.codeCoverage=Code Coverage |