From 481ef47416e6ff6fdbd45c5e2741bd421c9f5aa3 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 21 Jun 2019 13:41:37 +0200 Subject: [PATCH] SONAR-11772 Make project activity graph on Overview more accessible --- .../src/main/js/components/preview-graph/PreviewGraph.tsx | 2 ++ sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 + 2 files changed, 3 insertions(+) diff --git a/server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx b/server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx index 917bed05128..bbd954e03a7 100644 --- a/server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx +++ b/server/sonar-web/src/main/js/components/preview-graph/PreviewGraph.tsx @@ -34,6 +34,7 @@ import { } from '../../apps/projectActivity/utils'; import { formatMeasure, getShortType } from '../../helpers/measures'; import { getBranchLikeQuery } from '../../helpers/branches'; +import { translate } from '../../helpers/l10n'; import { withRouter, Router } from '../hoc/withRouter'; interface History { @@ -184,6 +185,7 @@ class PreviewGraph extends React.PureComponent { return (