소스 검색

Update es.js

Update the 'errorLoading' message.
Nelson Martell 7 년 전
부모
커밋
5f7feeb801
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/js/select2/i18n/es.js

+ 1 - 1
src/js/select2/i18n/es.js

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