metric={MetricKey.high_impact_accepted_issues}
value={formatMeasure(acceptedWithHighImpactCount, MetricType.ShortInteger)}
header={intl.formatMessage({
- id: `metric.${MetricKey.high_impact_accepted_issues}.name`,
+ id: 'overview.high_impact_accepted_issues',
})}
url={acceptedIssuesWithHighImpactUrl}
icon={<HighImpactCircleIcon className="sw--translate-y-3" />}
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.high_impact_accepted_issues=High impact 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.