diff options
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
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 3c1dc389d22..9b6c2849812 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -676,6 +676,8 @@ hotspot.filters.assignee.assigned_to_me=Assigned to me hotspot.filters.assignee.all=All hotspot.filters.status.to_review=To review hotspot.filters.status.fixed=Reviewed as fixed +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 hotspots.review_hotspot=Review Hotspot |