Skip to content

Commit a8bf2bd

Browse files
Anthony KinseyAnthony Kinsey
Anthony Kinsey
authored and
Anthony Kinsey
committed
refactor: correct no watched threads message
1 parent e89ae2c commit a8bf2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Watchlist.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383
<!-- No Threads Listed -->
8484
<div v-if="watchlistData?.threads.length < 1" class="threads-data centered-text">
85-
<h5>No Threads Being Watched</h5>
85+
<h5>No unread watched threads</h5>
8686
</div>
8787

8888
</div>

0 commit comments

Comments
 (0)