Browse Source

Correct Typo in noResults

Nopachat Kalayanapan 9 năm trước cách đây
mục cha
commit
9b020edd80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/js/select2/i18n/th.js

+ 1 - 1
src/js/select2/i18n/th.js

@@ -24,7 +24,7 @@ define(function () {
       return message;
     },
     noResults: function () {
-      return 'ม่พบข้อมูล';
+      return 'ม่พบข้อมูล';
     },
     searching: function () {
       return 'กำลังค้นข้อมูล…';