aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorJeremy Davis <jeremy.davis@sonarsource.com>2021-06-28 11:50:02 +0200
committersonartech <sonartech@sonarsource.com>2021-06-29 20:03:18 +0000
commitc7b7d416b63af4c861cd117cf45bc590d4f790a4 (patch)
treefc89e29048a66532152b0be5620070077b65f687 /sonar-core/src
parent7d1010bbf9b85fd1b8dc08b1873781c2c67fdafd (diff)
downloadsonarqube-c7b7d416b63af4c861cd117cf45bc590d4f790a4.tar.gz
sonarqube-c7b7d416b63af4c861cd117cf45bc590d4f790a4.zip
SONAR-13184 filter hotspots by file
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 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 3598681d24f..a8504056308 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -706,6 +706,8 @@ risk_exposure.LOW=Low
hotspots.page=Security Hotspots
hotspots.no_hotspots.title=There are no Security Hotspots to review.
hotspots.no_hotspots.description=Next time you analyze a piece of code that contains a potential security risk, it will show up here.
+hotspots.no_hotspots_for_file.title=The selected file contains no hotspots.
+hotspots.no_hotspots_for_file.description=Go back and select another file, or click "Show all hotspots".
hotspots.no_hotspots_for_filters.title=We couldn't find any results matching the selected criteria.
hotspots.no_hotspots_for_filters.description=Try changing the filters to get some results.
hotspots.no_hotspots_for_keys.title=The requested hotspots no longer exist.