Skip to content

Commit

Permalink
Appended "fault" to fuel efficient driving (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp authored Feb 8, 2023
1 parent 8d56399 commit f582aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="validation-bar" [class.ng-invalid]="invalid">
</div>
<ion-col class="component-label ion-align-self-center" size="32">
<label id="fuel-efficient-driving-label">Fuel efficient driving</label>
<label id="fuel-efficient-driving-label">Fuel efficient driving fault</label>
</ion-col>
<ion-col class="ion-align-self-center ion-padding-start">
<ion-row class="spacing-row"></ion-row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h4 id="view-test-result-debrief-title">Debrief</h4>
</ion-col>
</ion-row>
<ion-row class="fuel-efficient-text" *ngIf="isCatADI2">
<label>Fuel efficient driving - {{data.eco.fuelEfficientDriving ? 'Yes' : 'No' }}</label>
<label>Fuel efficient driving fault - {{data.eco.fuelEfficientDriving ? 'Yes' : 'No' }}</label>
</ion-row>
<ion-row *ngIf="ecoFault">
<ion-col size="7">
Expand Down

0 comments on commit f582aef

Please sign in to comment.