diff --git a/ui/app/components/stats-time-series.js b/ui/app/components/stats-time-series.js index dc3a0122b..a93a8190a 100644 --- a/ui/app/components/stats-time-series.js +++ b/ui/app/components/stats-time-series.js @@ -31,7 +31,7 @@ export default LineChart.extend({ const duration = formatDuration(xRange[1] - xRange[0], 'ms', true); - return `Time-series data for the last ${duration}, with values ranging from ${yFormatter(yRange[0])} to ${yFormatter(yRange[1])}`; + return `Time series data for the last ${duration}, with values ranging from ${yFormatter(yRange[0])} to ${yFormatter(yRange[1])}`; }), xScale: computed('data.[]', 'xProp', 'timeseries', 'yAxisOffset', function() {