浏览代码

Merge pull request #3782 from nopash/patch-1

Correct Typo in noResults
Kevin Brown 9 年之前
父节点
当前提交
5ca76fda61
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
       return message;
     },
     },
     noResults: function () {
     noResults: function () {
-      return 'ม่พบข้อมูล';
+      return 'ม่พบข้อมูล';
     },
     },
     searching: function () {
     searching: function () {
       return 'กำลังค้นข้อมูล…';
       return 'กำลังค้นข้อมูล…';