diff --git a/src/js/select2/i18n/hsb.js b/src/js/select2/i18n/hsb.js index 16f03a25..14b1eda3 100644 --- a/src/js/select2/i18n/hsb.js +++ b/src/js/select2/i18n/hsb.js @@ -22,7 +22,8 @@ define(function () { inputTooLong: function (args) { var overChars = args.input.length - args.maximum; - return 'Prošu zhašej ' + overChars + ' ' + pluralWord(overChars, charsWords); + return 'Prošu zhašej ' + overChars + ' ' + + pluralWord(overChars, charsWords); }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length;