Skip to content

Commit

Permalink
Update es.js
Browse files Browse the repository at this point in the history
Update the 'errorLoading' message.
  • Loading branch information
nelson6e65 committed Sep 6, 2017
1 parent 0bbf614 commit 5f7feeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/select2/i18n/es.js
Expand Up @@ -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;
Expand Down

0 comments on commit 5f7feeb

Please sign in to comment.