warning(message, options, translateOptions) {
    this.notify({ type: 'warning', message, options, translateOptions });
    ladda.stopAll();
  },