From 07f2c1b61d6032fa4c22a0a4dbae8cb1cef9c952 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 20 Jun 2019 16:15:26 +0200 Subject: [PATCH] SONAR-12211 Add Security review to portfolios list --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file 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. #------------------------------------------------------------------------------ -- 2.39.5