recent_view_table: Add a tooltip to unread sort header.

This commit is contained in:
Aman Agrawal 2023-09-28 08:49:45 +00:00 committed by Tim Abbott
parent 55b0b5cb96
commit 54ac09174b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<tr>
<th data-sort="stream_sort">{{t 'Stream' }}</th>
<th data-sort="topic_sort">{{t 'Topic' }}</th>
<th data-sort="unread_sort" class="unread_sort">
<th data-sort="unread_sort" data-tippy-content="{{t 'Sort by unread message count' }}" class="unread_sort tippy-zulip-delayed-tooltip">
<i class="zulip-icon zulip-icon-unread"></i>
</th>
<th class='participants_header'>{{t 'Participants' }}</th>