1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Update es.js

Update the 'errorLoading' message.
This commit is contained in:
Nelson Martell 2017-09-06 13:41:31 -04:00 committed by GitHub
parent 0bbf614ee3
commit 5f7feeb801

View File

@ -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;