diff options
author | Jeremy Davis <jeremy.davis@sonarsource.com> | 2020-01-07 18:15:20 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2020-01-13 20:46:36 +0100 |
commit | 02813bd5942fec650c21cd87f3be06ea7e19c77e (patch) | |
tree | 3c8aabdb7c9f06f2e4ee154dff55fa88bba19f47 /sonar-core | |
parent | ba329e99b6994a1753154d1db68cc9ba13ed3095 (diff) | |
download | sonarqube-02813bd5942fec650c21cd87f3be06ea7e19c77e.tar.gz sonarqube-02813bd5942fec650c21cd87f3be06ea7e19c77e.zip |
SONAR-12727 Conditional empty page message
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
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 cefefbdb327..8406f89a77c 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -645,8 +645,10 @@ risk_exposure.MEDIUM=Medium risk_exposure.LOW=Low hotspots.page=Security Hotspots -hotspots.no_hotspots.title=There are no Security Hotspots to review +hotspots.no_hotspots.title=There are no Security Hotspots to review. hotspots.no_hotspots.description=Next time you analyse a piece of code that contains a potential security risk, it will show up here. +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.learn_more=Learn more about Security Hotspots hotspots.list_title={0} Security Hotspots hotspots.list_title.TO_REVIEW={0} Security Hotspots to review |