summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
diff options
context:
space:
mode:
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>2019-04-09 13:55:26 +0200
committerSonarTech <sonartech@sonarsource.com>2019-04-23 20:21:09 +0200
commitb92d5bf5496c2ea1705cc07de0228e2a868f926e (patch)
treef1d9dd3814bece332a3bc912fcd39b7d5350bd88 /sonar-core/src/main
parent4f885e88db04134cea9d500e89f28e6a09b65db2 (diff)
downloadsonarqube-b92d5bf5496c2ea1705cc07de0228e2a868f926e.tar.gz
sonarqube-b92d5bf5496c2ea1705cc07de0228e2a868f926e.zip
SONAR-11885 Add Hotspots to Overview page
* Update Measures links on Overview page * Add tooltips to the issues and metrics on the Overview page * Move activity page links on the Overview page * Add tests for untested components * Add bugs and vulnerabilities graphs on overview page
Diffstat (limited to 'sonar-core/src/main')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 3 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 a2196a1509c..61016a97cee 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2089,7 +2089,7 @@ security_reports.owaspTop10.description=Track Vulnerabilities and Security Hotsp
security_reports.sansTop25.description=Track Vulnerabilities and Security Hotspots conforming to SANS Top 25 standard (25 CWE items in three categories).
security_reports.list.categories=Categories
security_reports.list.vulnerabilities=Vulnerabilities
-security_reports.list.hotspots=Security Hotspots
+security_reports.list.security_hotspots=Security Hotspots
security_reports.line.open=Open
security_reports.line.wont_fix=Won't Fix
security_reports.line.in_review=In Review
@@ -2454,6 +2454,8 @@ overview.metric.bugs=Bugs
overview.metric.new_bugs=New Bugs
overview.metric.vulnerabilities=Vulnerabilities
overview.metric.new_vulnerabilities=New Vulnerabilities
+overview.metric.security_hotspots=Security Hotspots
+overview.metric.new_security_hotspots=New Security Hotspots
overview.metric.issues=Issues
overview.metric.effort=Debt
overview.metric.new_issues=New Issues