Skip to content

Commit

Permalink
Merge pull request #49 from scholarsportal/jayanthy-dev
Browse files Browse the repository at this point in the history
renaming
  • Loading branch information
JayanthyChengan authored Jan 23, 2024
2 parents b3fc58a + ade3acc commit f2098e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ <h1>
</h1>
<span *ngIf="!show" class="historical">
<h2>
Historical Dataverse Usage Reports
Historical Borealis Usage Reports
</h2>

<span class="block">
To download historical usage data for Dataverse, click the time period below to download as spreadsheet.
To download historical usage data for Borealis, click the time period below to download as spreadsheet.
</span>

<ul *ngFor="let report of reports" class="list-group list-group-flush historical">
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { environment } from './../environments/environment';
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {
title = 'Dataverse Metrics Report';
title = 'Borealis Metrics Report';
dateRange: string;
selection: any = [];
chartData: Array<any>;
Expand Down

0 comments on commit f2098e2

Please sign in to comment.