From: stanislavh Date: Tue, 2 Jan 2024 12:23:39 +0000 (+0100) Subject: SONAR-21280 Update label translation for high impact accepted issues X-Git-Tag: 10.4.0.87286~171 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87d79ee91008e10f2c2aa329c1629d369d496bee;p=sonarqube.git SONAR-21280 Update label translation for high impact accepted issues --- diff --git a/server/sonar-web/src/main/js/apps/overview/branches/AcceptedIssuesPanel.tsx b/server/sonar-web/src/main/js/apps/overview/branches/AcceptedIssuesPanel.tsx index ad6ed395d58..b33967891d7 100644 --- a/server/sonar-web/src/main/js/apps/overview/branches/AcceptedIssuesPanel.tsx +++ b/server/sonar-web/src/main/js/apps/overview/branches/AcceptedIssuesPanel.tsx @@ -110,7 +110,7 @@ function AcceptedIssuesPanel(props: Readonly) { 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={} 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 0b192e6af2d..77d54132341 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3922,6 +3922,7 @@ 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.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.