1
0
mirror of synced 2024-11-22 21:16:10 +03:00

Merge pull request #3782 from nopash/patch-1

Correct Typo in noResults
This commit is contained in:
Kevin Brown 2015-11-27 15:42:51 -05:00
commit 5ca76fda61

View File

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