aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2019-06-20 16:15:26 +0200
committersonartech <sonartech@sonarsource.com>2019-06-28 08:45:45 +0200
commit07f2c1b61d6032fa4c22a0a4dbae8cb1cef9c952 (patch)
treea949a65ae13ed056c5ea117799cd8be2d8670ba9 /sonar-core
parent071dd097a358d5750b2cc4be0f4216df111eb2d6 (diff)
downloadsonarqube-07f2c1b61d6032fa4c22a0a4dbae8cb1cef9c952.tar.gz
sonarqube-07f2c1b61d6032fa4c22a0a4dbae8cb1cef9c952.zip
SONAR-12211 Add Security review to portfolios list
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 824d1d98b9b..920dd835597 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -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.
#------------------------------------------------------------------------------