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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/table/chart.js')
-rw-r--r--js/src/table/chart.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/table/chart.js b/js/src/table/chart.js
index 334020161b..c66f6485a0 100644
--- a/js/src/table/chart.js
+++ b/js/src/table/chart.js
@@ -226,7 +226,7 @@ function onDataSeriesChange () {
$('#lineChartTypeRadio').prop('checked', true);
currentSettings.type = 'line';
}
- yAxisTitle = Messages.strYValues;
+ yAxisTitle = window.Messages.strYValues;
}
$('#yAxisLabelInput').val(yAxisTitle);
currentSettings.yaxisLabel = yAxisTitle;