Skip to content

Commit 751b367

Browse files
committed
Corrected linting issue in Turkish translation
1 parent f6fa52d commit 751b367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/select2/i18n/tr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ define(function () {
22
// Turkish
33
return {
44
errorLoading: function (){
5-
return "Sonuç yüklenemedi";
5+
return 'Sonuç yüklenemedi';
66
},
77
inputTooLong: function (args) {
88
var overChars = args.input.length - args.maximum;

0 commit comments

Comments
 (0)