aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.