diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-02 15:01:20 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-02 15:25:48 +0100 |
commit | 78e12d6af59b774ee6f3fa16e38aa35caab159d7 (patch) | |
tree | 048adf514083bcaa1789638d8290bee9523d53b4 /sonar-core/src/main/resources | |
parent | 334f0603c306a73bea460e1f04bf8a2b013428ab (diff) | |
download | sonarqube-78e12d6af59b774ee6f3fa16e38aa35caab159d7.tar.gz sonarqube-78e12d6af59b774ee6f3fa16e38aa35caab159d7.zip |
improve display of overview pages when no coverage or duplications details available
Diffstat (limited to 'sonar-core/src/main/resources')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 cbacec30717..9a906f10ff7 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3150,6 +3150,9 @@ overview.chart.history=History overview.complexity_tooltip.function={0} functions have complexity around {1} overview.complexity_tooltip.file={0} files have complexity around {1} +overview.no_coverage=This component does not have coverage details. +overview.no_duplications=This component does not have details details. + #------------------------------------------------------------------------------ # |