Skip to content

Commit d4fb3a3

Browse files
committed
typo fixed
1 parent 344a4b1 commit d4fb3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_az.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"use strict";
88

99
$.extend($.fn.select2.defaults, {
10-
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
10+
formatMatches: function (matches) { return matches + " nəticə mövcuddur, hərəkət etdirmək üçün yuxarı və aşağı düymələrindən istifadə edin."; },
1111
formatNoMatches: function () { return "Nəticə tapılmadı"; },
1212
formatInputTooShort: function (input, min) { var n = min - input.length; return n + " simvol daxil edin"; },
1313
formatInputTooLong: function (input, max) { var n = input.length - max; return n + " simvol silin"; },

0 commit comments

Comments
 (0)