Skip to content

Commit

Permalink
Merge pull request #758 from bcgov/oleks
Browse files Browse the repository at this point in the history
Additional fixes for DSS-941: Change the action "Completed Takedown" to "Takedown Reported"
  • Loading branch information
ychung-mot authored Oct 29, 2024
2 parents adaa374 + 041fd2e commit a9f3bb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h2 class="title">Aggregated Listings</h2>
</p-checkbox>
</div>
<div class="row">
<p-checkbox label="Takedown Complete" [binary]="true"
<p-checkbox label="Takedown Reported" [binary]="true"
[(ngModel)]="cancelableFilter.byStatus.takedownComplete" inputId="t-filter-cb">
</p-checkbox>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h2 class="title">Listings</h2>
pTooltip="Reassigned">
</div>
<div *ngIf="row.isTakenDown" class="status-flag status-takedown-complete"
pTooltip="Takedown Complete">
pTooltip="Takedown Reported">
</div>
</div>
</td>
Expand Down Expand Up @@ -357,7 +357,7 @@ <h2 class="title">Listings</h2>
</p-checkbox>
</div>
<div class="row">
<p-checkbox label="Takedown Complete" [binary]="true"
<p-checkbox label="Takedown Reported" [binary]="true"
[(ngModel)]="cancelableFilter.byStatus.takedownComplete" inputId="t-filter-cb">
</p-checkbox>
</div>
Expand Down

0 comments on commit a9f3bb3

Please sign in to comment.