Update es.js
Update the 'errorLoading' message.
This commit is contained in:
parent
0bbf614ee3
commit
5f7feeb801
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…
x
Reference in New Issue
Block a user