beforeModel() {
    const title = this.titleToken();
    if (title && title.toString().includes('Missing translation')) {
      this.transitionTo('explore.category');
    }