Update es.js
Update the 'errorLoading' message.
This commit is contained in:
parent
0bbf614ee3
commit
5f7feeb801
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue