Merge branch 'patch-1' of https://github.com/nelson6e65/select2 into nelson6e65-patch-1
This commit is contained in:
commit
4930f735fa
2
src/js/select2/i18n/es.js
vendored
2
src/js/select2/i18n/es.js
vendored
@ -2,7 +2,7 @@ define(function () {
|
||||
// Spanish
|
||||
return {
|
||||
errorLoading: function () {
|
||||
return 'La carga falló';
|
||||
return 'No se pudieron cargar los resultados';
|
||||
},
|
||||
inputTooLong: function (args) {
|
||||
var remainingChars = args.input.length - args.maximum;
|
||||
|
Loading…
Reference in New Issue
Block a user