Project

General

Profile

« Previous | Next » 

Revision 62389

View differences:

metrics-usagestats-report.component.ts
68 68
    if (this.repo.issn && this.repo.issn !== 'null') {
69 69
      this.shownRepoId = this.repo.issn.slice(0, 4) + '-' + this.repo.issn.toString().slice(4);
70 70
    }
71
    this.title = `${this.chosen_report} report for ${this.repo.officialName}`;
71
    this.title = `${this.chosen_report} report for ${this.repo.officialname}`;
72 72
  }
73 73

  
74 74
  getParams() {

Also available in: Unified diff