aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-08-01 15:49:07 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-08-01 15:49:13 +0200
commit12cdc806f0f1f2456971def048875cb886a531fc (patch)
tree00ce8ec2807019643304cd418db8662ada95358d /sonar-core
parent02d466da7b76634e05e847ebe79872c1fed42217 (diff)
downloadsonarqube-12cdc806f0f1f2456971def048875cb886a531fc.tar.gz
sonarqube-12cdc806f0f1f2456971def048875cb886a531fc.zip
SONAR-5508 Update description of new_technical_debt
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 520a2101a22..15d31e7e06c 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2534,8 +2534,8 @@ metric.confirmed_issues.description=Confirmed issues
metric.sqale_index.name=Technical Debt
metric.sqale_index.description=Total effort (in days) to fix all the issues on the component and therefore to comply to all the requirements.
-metric.new_technical_debt.name=Technical Debt added
-metric.new_technical_debt.description=Technical Debt added
+metric.new_technical_debt.name=Added Technical Debt
+metric.new_technical_debt.description=Added Technical Debt
metric.sqale_rating.name=SQALE Rating
metric.sqale_rating.description=Rating of the technical debt ratio based on the SQALE Governance Model.