Skip to content

Commit

Permalink
bug/dss-1062-nights-stayed-label-change
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-forsyth committed Dec 6, 2024
1 parent ab7a29a commit 82d752e
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 @@ -177,7 +177,7 @@ <h2>Detailed Listing Information for</h2>
Listing History (for This Listing ID)
</div>
<div class="row night-stayed-row">
<span class="label">Night Stayed YTD:</span>
<span class="label">Night Stayed (12M):</span>
<span class="value">{{listing.nightsBookedYtdQty}}</span>
</div>
<div class="row">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h2 class="title">Individual Listings</h2>

<th class="sortable-header" id="nightsStayed_header"
[class.sorted]="this.sort && this.sort.prop === 'nightsBookedYtdQty'"
(click)="onSort('nightsBookedYtdQty')">Nights Stayed (YTD)
(click)="onSort('nightsBookedYtdQty')">Nights Stayed (12M)
<i class="pi pi-angle-down"
*ngIf="this.sort && this.sort.prop === 'nightsBookedYtdQty' && this.sort.dir === 'desc'"></i>
<i class="pi pi-angle-up"
Expand Down

0 comments on commit 82d752e

Please sign in to comment.