Skip to content

Commit

Permalink
More suitable spelling ещё instead of еще (#5401)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximal authored and kevin-brown committed Mar 13, 2019
1 parent 97c5304 commit 9032705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/select2/i18n/ru.js
Expand Up @@ -31,7 +31,7 @@ define(function () {
inputTooShort: function (args) {
var remainingChars = args.minimum - args.input.length;

var message = 'Пожалуйста, введите еще хотя бы ' + remainingChars +
var message = 'Пожалуйста, введите ещё хотя бы ' + remainingChars +
' символ';

message += ending(remainingChars, '', 'a', 'ов');
Expand Down

0 comments on commit 9032705

Please sign in to comment.