mirror of https://github.com/zulip/zulip.git
Update hotkeys in filter stream and search people option titles.
We swapped the function of these hotkeys, but forgot to update these: * left_sidebar: Update hotkey to 'q' in filter stream option title. * right_sidebar: Update hotkey to 'w' in search people option title.
This commit is contained in:
parent
fb17481a7f
commit
dab029b817
|
@ -47,7 +47,7 @@
|
||||||
<div id="streams_list" class="zoom-out">
|
<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') }}"><a href="">{{ _('STREAMS') }}</a></h4>
|
<div id="streams_header" class="zoom-in-hide"><h4 class="sidebar-title" data-toggle="tooltip" title="{{ _('Subscribed streams') }}"><a href="">{{ _('STREAMS') }}</a></h4>
|
||||||
<i id="streams_inline_cog" class='icon-vector-cog' data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
|
<i id="streams_inline_cog" class='icon-vector-cog' data-toggle="tooltip" title="{{ _('Subscribe, add, or configure streams') }}"></i>
|
||||||
<i id="streams_filter_icon" class='icon-vector-search' data-toggle="tooltip" title="{{ _('Filter streams') }} (w)"></i>
|
<i id="streams_filter_icon" class='icon-vector-search' data-toggle="tooltip" title="{{ _('Filter streams') }} (q)"></i>
|
||||||
<i id="join_unsub_stream" class="icon-vector-plus" data-toggle="tooltip" title="{{ _('Join stream')}}" ></i>
|
<i id="join_unsub_stream" class="icon-vector-plus" data-toggle="tooltip" title="{{ _('Join stream')}}" ></i>
|
||||||
</div>
|
</div>
|
||||||
<div id="topics_header">
|
<div id="topics_header">
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<h4 class='sidebar-title' id='userlist-title'>{{ _('USERS') }}</h4>
|
<h4 class='sidebar-title' id='userlist-title'>{{ _('USERS') }}</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="input-append">
|
<div class="input-append">
|
||||||
<input class="user-list-filter" type="text" placeholder="{{ _('Search people') }}" aria-label="{{ _('Search people') }}" title="{{ _('Search people') }} (q)"/>
|
<input class="user-list-filter" type="text" placeholder="{{ _('Search people') }}" aria-label="{{ _('Search people') }}" title="{{ _('Search people') }} (w)"/>
|
||||||
<button type="button" class="btn clear_search_button" id="clear_search_people_button" disabled="disabled">
|
<button type="button" class="btn clear_search_button" id="clear_search_people_button" disabled="disabled">
|
||||||
<i class="icon-vector-remove"></i>
|
<i class="icon-vector-remove"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue