From 3517c7c569e4c543e1aa0639f064e3e63d2425ef Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Wed, 17 Oct 2018 07:37:45 -0700 Subject: [PATCH] Be consistent with "time series" instead of "time-series" --- ui/app/components/stats-time-series.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {