diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-10-17 12:01:11 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-07 20:21:02 +0100 |
commit | d167e54bc36c509844afbc8030ae658f283cf6b6 (patch) | |
tree | 4ff2130cae8c29d7b9259cc7dc60a4df915fd5ea /sonar-core | |
parent | 2ae68e108091fd20c6dd6288c5c3ceef2ce9b16a (diff) | |
download | sonarqube-d167e54bc36c509844afbc8030ae658f283cf6b6.tar.gz sonarqube-d167e54bc36c509844afbc8030ae658f283cf6b6.zip |
SONAR-11364 Display estimated coverage on the measures page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 8a8735a5183..373aa1a57ce 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2569,6 +2569,7 @@ component_measures.domain_facets.Complexity.help=How simple or complicated the c component_measures.facet_category.new_code_category=On new code component_measures.facet_category.overall_category=Overall +component_measures.facet_category.overall_category.estimated=Estimated after merge component_measures.facet_category.tests_category=Tests component_measures.bubble_chart.zoom_level=Current zoom level. Scroll on the chart to zoom or unzoom, click here to reset. |