mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
left_sidebar: Rename stream-list-filter for global search.
This will be more readable once we've moved the search input.
This commit is contained in:
@@ -585,7 +585,7 @@ html_rules: list["Rule"] = [
|
||||
"web/templates/settings/playground_settings_admin.hbs",
|
||||
},
|
||||
"good_lines": [
|
||||
'<input class="stream-list-filter" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
|
||||
'<input class="left-sidebar-search-input" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
|
||||
],
|
||||
"bad_lines": ['<input placeholder="foo">'],
|
||||
},
|
||||
@@ -611,7 +611,7 @@ html_rules: list["Rule"] = [
|
||||
"pattern": "placeholder='[^{]",
|
||||
"description": "`placeholder` value should be translatable.",
|
||||
"good_lines": [
|
||||
'<input class="stream-list-filter" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
|
||||
'<input class="left-sidebar-search-input" type="text" placeholder="{{ _(\'Filter streams\') }}" />'
|
||||
],
|
||||
"bad_lines": ["<input placeholder='foo'>"],
|
||||
"exclude": {
|
||||
|
||||
Reference in New Issue
Block a user