Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typo #656

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Detailed Listing Information for</h2>
<p-panel class="details-block prop-info">
<ng-template pTemplate="header">
<div class="property-info-container">
<strong class="panel-header-text">Property Information</strong>
<strong class="panel-header-text">Platform Information</strong>
<p-tag class="platform-report-month">
<strong class="tag-text">Platform Report Month:</strong>{{listing.latestReportPeriodYm
|date:'YYYY-MM' || '-'}}
Expand Down Expand Up @@ -586,4 +586,4 @@ <h2>Detailed Listing Information for</h2>
<button pButton name="cancel-dialog-btn" id="cancel-dialog-btn" class="outline-btn"
(click)="onCancelAddressChange()">Cancel</button>
</ng-template>
</p-dialog>
</p-dialog>
Loading