+
{% if search_pills_enabled %}
diff --git a/tools/check-templates b/tools/check-templates
index 4c735353e0..7e88062d90 100755
--- a/tools/check-templates
+++ b/tools/check-templates
@@ -72,7 +72,7 @@ def check_html_templates(templates: Iterable[str], all_dups: bool, fix: bool) ->
# Temporary while we have searchbox forked
'search_exit',
'search_query',
- 'tab_bar',
+ 'message_view_header',
'search_arrows',
'searchbox_form',
'searchbox',
diff --git a/tools/test-js-with-node b/tools/test-js-with-node
index 7aab04f7f3..e805ecb084 100755
--- a/tools/test-js-with-node
+++ b/tools/test-js-with-node
@@ -139,7 +139,7 @@ EXEMPT_FILES = {
'static/js/stream_ui_updates.js',
'static/js/submessage.js',
'static/js/subs.js',
- 'static/js/tab_bar.js',
+ 'static/js/message_view_header.js',
'static/js/templates.js',
'static/js/tictactoe_widget.js',
'static/js/timerender.js',