Skip to content

Commit

Permalink
Merge pull request #1712 from bcgov/feature/ALCS-1955
Browse files Browse the repository at this point in the history
add 'Estimated' to the parcel field sublabel for applications and NOI
  • Loading branch information
Abradat authored May 24, 2024
2 parents b09fcd5 + 02051ad commit c90af10
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 @@ -153,7 +153,7 @@

<div *ngIf="!isCrownLand">
<label for="purchase-date">Parcel Purchase Date</label>
<div class="subtext">Date of the original registered purchase of the parcel.</div>
<div class="subtext">Estimated date of the original registered purchase of the parcel.</div>
<mat-form-field (click)="purchaseDatePicker.open()" class="date-picker" appearance="outline">
<input
id="purchase-date"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@

<div *ngIf="!isCrownLand">
<label for="purchase-date">Parcel Purchase Date</label>
<div class="subtext">Date of the original registered purchase of the parcel.</div>
<div class="subtext">Estimated date of the original registered purchase of the parcel.</div>
<mat-form-field (click)="purchaseDatePicker.open()" class="date-picker" appearance="outline">
<input
id="purchase-date"
Expand Down

0 comments on commit c90af10

Please sign in to comment.