AbstractView.js 177 B

12345
  1. // changing the msg text below will affect the LoadMask
  2. Ext.define("Ext.locale.es.view.AbstractView", {
  3. override: "Ext.view.AbstractView",
  4. loadingText: "Cargando..."
  5. });