aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/main
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-31 16:40:24 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-07-31 16:40:24 +0200
commitfdd5e6eff6aedca559373b3779d09fb08308bb8b (patch)
tree344f1a3d788d6a5d0526bfae9dca553dbf8ccfc5 /sonar-core/src/main
parentb7a5a57385b12b10ef01db2127764fa834cfcc06 (diff)
downloadsonarqube-fdd5e6eff6aedca559373b3779d09fb08308bb8b.tar.gz
sonarqube-fdd5e6eff6aedca559373b3779d09fb08308bb8b.zip
SONAR-5508 Change description for metric.new_technical_debt
Diffstat (limited to 'sonar-core/src/main')
-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 c887b3526ec..520a2101a22 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 on new code
-metric.new_technical_debt.description=Technical Debt on new code
+metric.new_technical_debt.name=Technical Debt added
+metric.new_technical_debt.description=Technical Debt added
metric.sqale_rating.name=SQALE Rating
metric.sqale_rating.description=Rating of the technical debt ratio based on the SQALE Governance Model.