Skip to content

Commit 708064f

Browse files
committed
Merge pull request select2#1123 from sineld/patch-1
Useless space removed.
2 parents d3fc101 + f70c5e2 commit 708064f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_tr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
formatInputTooShort: function (input, min) { var n = min - input.length; return "En az " + n + " karakter daha girmelisiniz"; },
1212
formatInputTooLong: function (input, max) { var n = input.length - max; return n + " karakter azaltmalısınız"; },
1313
formatSelectionTooBig: function (limit) { return "Sadece " + limit + " seçim yapabilirsiniz"; },
14-
formatLoadMore: function (pageNumber) { return "Daha fazla ..."; },
14+
formatLoadMore: function (pageNumber) { return "Daha fazla..."; },
1515
formatSearching: function () { return "Aranıyor..."; }
1616
});
1717
})(jQuery);

0 commit comments

Comments
 (0)