Skip to content

Commit

Permalink
Merge pull request #965 from bcgov/feature/ALCS-787
Browse files Browse the repository at this point in the history
Text Changes
  • Loading branch information
dhaselhan authored Sep 12, 2023
2 parents 09e40c8 + 9eaf202 commit 080148e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ <h3 class="flex-item">Notification Parcels</h3>
<div class="review-table">
<ng-container *ngFor="let parcel of parcels; let parcelInd = index">
<div class="full-width flex-space-between-wrap">
<h4 [id]="parcel.uuid">Parcel {{ parcelInd + 1 }}: Parcel and Owner Information</h4>
<h4 [id]="parcel.uuid">Parcel {{ parcelInd + 1 }} Information</h4>
</div>
<div class="full-width subheading1">Parcel Information</div>
<div class="subheading2 grid-1">Ownership Type</div>
<div class="grid-double">
{{ parcel.ownershipType?.label }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ <h3 class="flex-item">1. Identify Parcel(s) Under The Statutory Right of Way</h3
<div class="review-table">
<ng-container *ngFor="let parcel of parcels; let parcelInd = index">
<div class="full-width flex-space-between-wrap">
<h4>Parcel {{ parcelInd + 1 }}: Parcel and Owner Information</h4>
<h4>Parcel {{ parcelInd + 1 }} Information</h4>
<div>
<button
*ngIf="showEdit"
Expand Down

0 comments on commit 080148e

Please sign in to comment.