mirror of https://github.com/zulip/zulip.git
edit streams: Change "Search" to "Filter".
We only change stream-edit for now, for tactical reasons. (We have big upcoming changes to stream-create.)
This commit is contained in:
parent
8376acb3b8
commit
aaf0449059
|
@ -5,7 +5,7 @@
|
|||
{{t "Stream membership" }}
|
||||
</h3>
|
||||
<div class="subscriber-search float-right">
|
||||
<input type="text" class="search" placeholder="{{t 'Search subscribers' }}" />
|
||||
<input type="text" class="search" placeholder="{{t 'Filter subscribers' }}" />
|
||||
</div>
|
||||
<div class="subscriber_list_add float-left">
|
||||
{{> add_subscribers_form}}
|
||||
|
|
Loading…
Reference in New Issue