Skip to content

Commit 211ffdb

Browse files
authored
Merge pull request #539 from bcgov/oleks
FIX: DSS-668 Add flags visuals to legend
2 parents a03a445 + 39a6142 commit 211ffdb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ <h2>Detailed Listing Information for</h2>
252252
current monthly data</li>
253253
<li><span class="status-circle status-inactive">I</span>&nbsp;Inactive: Listing appeared in previous
254254
but not current monthly data </li>
255-
<li><span class="status-flag status-reassigned"></span>&nbsp;Takedown Complete: Platform confirmed
255+
<li><span class="status-flag status-takedown-complete"></span>&nbsp;Takedown Complete: Platform confirmed
256256
takedown of the listing</li>
257-
<li><span class="status-flag status-takedown-complete"></span>&nbsp;Reassigned: Address (best
257+
<li><span class="status-flag status-reassigned"></span>&nbsp;Reassigned: Address (best
258258
match) was updated to a new jurisdiction</li>
259259
</ul>
260260
</span>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ <h2 class="title">Listings</h2>
224224
current monthly data</li>
225225
<li><span class="status-circle status-inactive">I</span>&nbsp;Inactive: Listing appeared in previous
226226
but not current monthly data </li>
227-
<li><span class="status-flag status-reassigned"></span>&nbsp;Takedown Complete: Platform confirmed
228-
takedown of the listing</li>
229-
<li><span class="status-flag status-takedown-complete"></span>&nbsp;Reassigned: Address (best
227+
<li><span class="status-flag status-takedown-complete"></span>&nbsp;Takedown Complete: Platform
228+
confirmed takedown of the listing</li>
229+
<li><span class="status-flag status-reassigned"></span>&nbsp;Reassigned: Address (best
230230
match) was updated to a new jurisdiction</li>
231231
</ul>
232232
</span>

0 commit comments

Comments
 (0)