diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2020-01-31 15:15:36 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-02-11 20:46:11 +0100 |
commit | 0a1d327928f35e177f3190d810105eb7e661ebc7 (patch) | |
tree | 6ab73d722ed8f77542603a390f4e7f0dc18bf8c8 /sonar-core | |
parent | ec64094599252553e55efa348516ff36477bce57 (diff) | |
download | sonarqube-0a1d327928f35e177f3190d810105eb7e661ebc7.tar.gz sonarqube-0a1d327928f35e177f3190d810105eb7e661ebc7.zip |
SONAR-12981 Add security review rating and hotspots in PR overview.
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 5 insertions, 1 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 f49347aa30c..45e6844cc53 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -968,6 +968,7 @@ projects.sort.-duplications=by duplications (worst first) projects.sort.size=by size (smallest first) projects.sort.-size=by size (biggest first) +projects.security_hotspots_reviewed=Hotspots Reviewed #------------------------------------------------------------------------------ # @@ -2223,7 +2224,10 @@ metric.security_hotspots.description=Security Hotspots metric.security_hotspots.name=Security Hotspots metric.security_hotspots_reviewed.description=Percentage of Security Hotspots Reviewed metric.security_hotspots_reviewed.name=Security Hotspots Reviewed -metric.security_hotspots_reviewed.extra_short_name=Hotspots Reviewed +metric.security_hotspots_reviewed_status.description=Security Review Reviewed Status +metric.security_hotspots_reviewed_status.name=Security Review Reviewed Status +metric.security_hotspots_to_review_status.description=Security Review To Review Status +metric.security_hotspots_to_review_status.name=Security Review To Review Status metric.security_rating.description=Security rating metric.security_rating.name=Security Rating metric.security_rating.extra_short_name=Rating |