diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-09-06 15:18:53 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-09-08 20:03:35 +0000 |
commit | 8da77e625548aca7508dbe23b614f7aa25791e47 (patch) | |
tree | 42eb2913217ee099ebf3dd877d1c4345363d0083 /sonar-core | |
parent | 0a87b29e830ae08e65abb90a947431f3fd3cceeb (diff) | |
download | sonarqube-8da77e625548aca7508dbe23b614f7aa25791e47.tar.gz sonarqube-8da77e625548aca7508dbe23b614f7aa25791e47.zip |
SONAR-13086 Improve activity and comment layout for Security Hotspots
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 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 ba0dde5de24..dd22228b224 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -184,6 +184,7 @@ set=Set set_up=Set Up severity=Severity shared=Shared +show_all=Show all start_date=Start Date x_show={0} shown x_selected={0} selected @@ -784,7 +785,7 @@ hotspot.filters.period.since_leak_period=New code hotspot.filters.period.overall=Overall code hotspot.filters.status.safe=Reviewed as safe hotspot.filters.show_all=Show all hotspots -hotspot.section.activity=Activity: +hotspot.section.activity=Recent activity: hotspots.reviewed.tooltip=Percentage of Security Hotspots reviewed (fixed or safe) among all non-closed Security Hotspots. hotspots.review_hotspot=Review Hotspot |