diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-11-25 15:50:51 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-11-25 15:53:35 +0100 |
commit | 1dd4b644a11c9fbe100f357fe10d885e55bc95f8 (patch) | |
tree | cf6a2684623305ab0923583d06e2c1bc015d475f /server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js | |
parent | 72a252ae0f8e6b6f9d54aade3188f4d6c9c2fcb7 (diff) | |
download | sonarqube-1dd4b644a11c9fbe100f357fe10d885e55bc95f8.tar.gz sonarqube-1dd4b644a11c9fbe100f357fe10d885e55bc95f8.zip |
SONAR-6331 apply feedback
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js b/server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js index f58e536ddaf..336268b9c35 100644 --- a/server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js +++ b/server/sonar-web/src/main/js/apps/overview/components/domain-timeline.js @@ -190,7 +190,7 @@ export const DomainTimeline = React.createClass({ return <div className="overview-domain-chart"> <div className="overview-card-header"> <div> - <h2 className="overview-title">Timeline</h2> + <h2 className="overview-title">{window.t('overview.chart.history')}</h2> {this.renderTimelineMetricSelect()} </div> {this.renderComparisonMetricSelect()} |