diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-26 09:21:27 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-26 09:21:56 +0100 |
commit | 32473107eb566930e09a02e4f817da9280541ba6 (patch) | |
tree | 088ba7b6ae6d6c53c570de998ecc345cccd4d550 /sonar-core | |
parent | ba1c896797fa25ead9eedc15328e94fcc2a18668 (diff) | |
download | sonarqube-32473107eb566930e09a02e4f817da9280541ba6.tar.gz sonarqube-32473107eb566930e09a02e4f817da9280541ba6.zip |
SONAR-7066 Improve display of leak period on the overview page
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 aa4069ea989..cd8c9af424a 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3108,7 +3108,8 @@ system.log_level.warning=Current level has performance impacts, please make sure #------------------------------------------------------------------------------ overview.quality_gate=Quality Gate overview.quality_profiles=Quality Profiles -overview.water_leak=Water Leak +overview.leak_period_x=Leak Period {0} +overview.started_x=started {0} overview.project_in_a_nutshell=Project In a Nutshell overview.unmanaged_issues=Unmanaged Issues |