diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-12-08 10:40:28 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-12-08 10:43:50 +0100 |
commit | 72cec54788255865cff4e857ed1d1a926242d197 (patch) | |
tree | 3cd2f8a5334911827a2a62b30e135e699e791950 /sonar-core | |
parent | c86c18cf8c458a4acb02f6e25baad2a14630380b (diff) | |
download | sonarqube-72cec54788255865cff4e857ed1d1a926242d197.tar.gz sonarqube-72cec54788255865cff4e857ed1d1a926242d197.zip |
change "Debt" to "Technical Debt" on the overview page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 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 e8055cba576..033d44b6fd4 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3143,7 +3143,7 @@ overview.gate.view.no_alert=The view has passed the quality gate. overview.gate.view.warnings=The view has warnings on the following quality gate conditions: {0}. overview.gate.view.errors=The view failed the quality gate on the following conditions: {0}. -overview.domain.debt=Debt +overview.domain.debt=Technical Debt overview.domain.coverage=Coverage overview.domain.duplications=Duplications overview.domain.size=Size |