mirror of https://github.com/zulip/zulip.git
recent_view_table: Add a tooltip to unread sort header.
This commit is contained in:
parent
55b0b5cb96
commit
54ac09174b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue