aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorstanislavh <stanislav.honcharov@sonarsource.com>2023-12-18 14:11:03 +0100
committersonartech <sonartech@sonarsource.com>2024-01-17 20:02:44 +0000
commita8336afac1068fdc4f79f65284f52511ca471964 (patch)
tree85deebbcc8e5d1d5eb8e6c85353c565291f5f1fa /sonar-core
parent90af6b13ef8e0f62ba6492fd4cd730643f9c96ec (diff)
downloadsonarqube-a8336afac1068fdc4f79f65284f52511ca471964.tar.gz
sonarqube-a8336afac1068fdc4f79f65284f52511ca471964.zip
SONAR-21280 Branch overview shows accepted issues
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties6
1 files changed, 5 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 f43ef32e670..cbd79aa6161 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -3268,7 +3268,8 @@ metric.pull_request_fixed_issues.name=Fixed issues
metric.pull_request_fixed_issues.description=Fixed issues
metric.new_accepted_issues.name=Accepted issues
metric.new_accepted_issues.description=Accepted issues
-
+metric.high_impact_accepted_issues.name=High impact accepted issues
+metric.high_impact_accepted_issues.description=High impact accepted issues
#------------------------------------------------------------------------------
#
# PERMISSIONS
@@ -3915,6 +3916,9 @@ overview.project_key.click_to_copy=Click to copy the key to your clipboard
overview.activity=Activity
overview.activity.graph_shows_data_for_x=This graph shows historical data for {0}. Click on the "Activity" link below to see more information.
overview.recent_activity=Recent Activity
+overview.accepted_issues=Accepted issues
+overview.accepted_issues.description=Issues that are valid, but were not fixed and represent accepted technical debt.
+overview.accepted_issues.total=Total accepted issues
overview.measures=Measures
overview.measures.empty_explanation=Measures on New Code will appear after the second analysis of this branch.
overview.measures.empty_link={learn_more_link} about the Clean as You Code approach.