Browse Source

Merge pull request #3782 from nopash/patch-1

Correct Typo in noResults
Kevin Brown 9 years ago
parent
commit
5ca76fda61
1 changed files with 1 additions and 1 deletions
  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 'กำลังค้นข้อมูล…';