Skip to content

Commit 6491a47

Browse files
authored
Merge pull request #617 from bcgov/oleks
DSS-835: Enhancement: Change wording on BL update tag
2 parents 9649b08 + 39448c7 commit 6491a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/features/components/listings-table/listing-details/listing-details.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ <h2>Detailed Listing Information for</h2>
261261
<div class="property-info-container">
262262
<strong class="panel-header-text">Business Licence Information</strong>
263263
<p-tag class="last-bl-update-date" *ngIf="blInfo?.updDtm">
264-
<strong class="tag-text">Last Update Date:</strong>{{blInfo.updDtm |date:'YYYY-MM-dd' }}
264+
<strong class="tag-text">BL Records Last Uploaded:</strong>{{blInfo.updDtm |date:'YYYY-MM-dd' }}
265265
</p-tag>
266266
</div>
267267
</ng-template>

0 commit comments

Comments
 (0)