]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12211 Add Security review to portfolios list
authorJeremy Davis <jeremy.davis@sonarsource.com>
Thu, 20 Jun 2019 14:15:26 +0000 (16:15 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Jun 2019 06:45:45 +0000 (08:45 +0200)
sonar-core/src/main/resources/org/sonar/l10n/core.properties

index 824d1d98b9b6ee0d18ca54be9f7bd6d2bec25e2e..920dd83559795a57c9b31665153d9cac61d88f02 100644 (file)
@@ -3041,7 +3041,7 @@ portfolio.number_of_projects=Number of projects
 portfolio.number_of_lines=Number of lines of code
 
 portfolio.metric_domain.vulnerabilities=Security Vulnerabilities
-portfolio.metric_domain.security_hotspots=Security Hotspots Review
+portfolio.metric_domain.security_hotspots=Security Review
 
 #------------------------------------------------------------------------------
 #
@@ -3052,7 +3052,7 @@ portfolio.metric_domain.security_hotspots=Security Hotspots Review
 portfolio.metric_domain.releasability.help=Ratio of projects in the Portfolio that have passed the Quality Gate.
 portfolio.metric_domain.reliability.help=Average Reliability rating for all projects in the portfolio.
 portfolio.metric_domain.vulnerabilities.help=Average security rating for all projects in the portfolio.
-portfolio.metric_domain.security_hotspots.help=Ratio of To Review or In Review Security Hotspots per 1k lines of code.
+portfolio.metric_domain.security_hotspots.help=Average security review rating for all projects in the portfolio.
 portfolio.metric_domain.maintainability.help=Average maintainability rating for all projects in the portfolio.
 
 #------------------------------------------------------------------------------