mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
left sidebar: Fix hover title for "STREAMS".
If you click on STREAMS, it opens the streams filter, so now the hover reflects that. The wording here is consistent with what you see when you hover over USERS. Maybe we want to say "Search ..." instead of "Filter ..." for these two headings. Maybe this is just a bit of a misfeature, though, since we already have search icons, and we don't have consistent behavior for the GROUP PMs header.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
<div id="streams_list" class="zoom-out">
|
||||
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Subscribed streams') }}">{{ _('STREAMS') }}</h4>
|
||||
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Filter streams') }}">{{ _('STREAMS') }}</h4>
|
||||
<i id="streams_inline_cog" class='fa fa-cog' aria-hidden="true" data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
|
||||
<i id="streams_filter_icon" class='fa fa-search' aria-hidden="true" data-toggle="tooltip" title="{{ _('Filter streams') }} (q)"></i>
|
||||
<div class="input-append notdisplayed stream_search_section">
|
||||
|
Reference in New Issue
Block a user