소스 검색

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;
     },
     noResults: function () {
-      return 'ม่พบข้อมูล';
+      return 'ม่พบข้อมูล';
     },
     searching: function () {
       return 'กำลังค้นข้อมูล…';