ecomlab-components-next 0.1.110 → 0.1.111
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -121,7 +121,7 @@ var Table = function Table(_ref) {
|
|
|
121
121
|
fetchHead = _ref.fetchHead,
|
|
122
122
|
lang = _ref.lang;
|
|
123
123
|
////////////////////TRANSLATE////////////////////////
|
|
124
|
-
|
|
124
|
+
|
|
125
125
|
var translateNoData = function translateNoData() {
|
|
126
126
|
if (lang == 'en') return 'Select the parameters for loading table data';
|
|
127
127
|
if (lang == 'th') return 'เลือกพารามิเตอร์สำหรับการโหลดข้อมูลตาราง';
|