Skip to content

Commit

Permalink
Merge pull request #4 from tfobz/master
Browse files Browse the repository at this point in the history
text update
  • Loading branch information
Chris3444 authored May 19, 2023
2 parents ded1418 + 655becd commit b1ffaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/emission-list/emission-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This div mainly creates an empty gap between the navigation bar and the content-->
<div class="content" fxLayout="column" fxLayoutGap="15px">
<p>{{"description1" | translate}} <br> {{"description2" | translate}} <a href="assets/Handout.pdf" target="_blank">{{"description3" | translate}}</a></p>
<p *ngIf="empty_hint_status == true">{{"description1" | translate}} <br> {{"description2" | translate}} <a href="assets/Handout.pdf" target="_blank">{{"description3" | translate}}</a></p>
<h2 *ngIf="empty_hint_status == true">{{ empty_hint_msg }}</h2>
<app-emission-item *ngFor="let calcs of calculations" [link]="['/emission', calcs.id]"
[name]="calcs.name" [factor_preset]="calcs.factor_preset" [emission]="calcs.calculate()"
Expand Down

0 comments on commit b1ffaf9

Please sign in to comment.