Skip to content

Commit 5ca76fd

Browse files
committed
Merge pull request select2#3782 from nopash/patch-1
Correct Typo in noResults
2 parents 23743a7 + 9b020ed commit 5ca76fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/i18n/th.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define(function () {
2424
return message;
2525
},
2626
noResults: function () {
27-
return 'ม่พบข้อมูล';
27+
return 'ไม่พบข้อมูล';
2828
},
2929
searching: function () {
3030
return 'กำลังค้นข้อมูล…';

0 commit comments

Comments
 (0)