AbstractView.js 178 B

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