AbstractView.js 182 B

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