Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreVisualizations/javascripts/seriesPicker.js')
-rw-r--r--plugins/CoreVisualizations/javascripts/seriesPicker.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/CoreVisualizations/javascripts/seriesPicker.js b/plugins/CoreVisualizations/javascripts/seriesPicker.js
index 8c31d986d3..bfefed2263 100644
--- a/plugins/CoreVisualizations/javascripts/seriesPicker.js
+++ b/plugins/CoreVisualizations/javascripts/seriesPicker.js
@@ -58,9 +58,9 @@
// language strings
this.lang =
{
- metricsToPlot: _pk_translate('General_MetricsToPlot_js'),
- metricToPlot: _pk_translate('General_MetricToPlot_js'),
- recordsToPlot: _pk_translate('General_RecordsToPlot_js')
+ metricsToPlot: _pk_translate('General_MetricsToPlot'),
+ metricToPlot: _pk_translate('General_MetricToPlot'),
+ recordsToPlot: _pk_translate('General_RecordsToPlot')
};
this._pickerState = null;