Skip to content

Commit

Permalink
wording fixed on additional evidence boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp committed Sep 18, 2024
1 parent 7df938e commit c1f8db1
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 @@ -68,7 +68,7 @@ <h2 class="des-header-style-4" id="view-test-result-vehicle-details-title">Vehic

<data-row
*ngIf="data.motEvidenceProvided != null"
[label]="'Alternative MOT evidence provided?'"
[label]="'Acceptable alternative MOT evidence provided?'"
[value]="data.motEvidenceProvided ? 'Yes' : 'No'"
></data-row>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ion-row class="mes-validated-row" id="alternate-evidence-test-card" [formGroup]="formGroup">
<div class="validation-bar" [class.ng-invalid]="invalid"></div>
<ion-col class="component-label ion-align-self-center" size="32">
<label id="alternate-evidence-test-title"> Alternate MOT evidence provided?</label>
<label id="alternate-evidence-test-title"> Additional alternative MOT evidence provided?</label>
</ion-col>
<ion-col class="ion-align-self-center mes-padding-left">
<ion-row class="spacing-row"></ion-row>
Expand Down

0 comments on commit c1f8db1

Please sign in to comment.