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:
Steve Howell 2022-03-03 22:15:28 +00:00 committed by Tim Abbott
parent 8376acb3b8
commit aaf0449059
1 changed files with 1 additions and 1 deletions

View File

@ -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}}