From 4070f5e512e88d64fe8f96c6a19bfeca608c3afa Mon Sep 17 00:00:00 2001 From: Prakhar Pratyush Date: Thu, 31 Jul 2025 09:16:24 +0530 Subject: [PATCH] onboarding: Remove from the headings of introduce zulip view modals. This commit removes bold from the heading of: * introduce inbox view modal * introduce recent conversations view modal --- web/src/inbox_ui.ts | 2 +- web/src/recent_view_ui.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/inbox_ui.ts b/web/src/inbox_ui.ts index c8b231595b..aa5effc390 100644 --- a/web/src/inbox_ui.ts +++ b/web/src/inbox_ui.ts @@ -379,7 +379,7 @@ export function show(filter?: Filter): void { user_settings.web_escape_navigates_to_home_view, }); dialog_widget.launch({ - html_heading: $t_html({defaultMessage: "Welcome to your inbox!"}), + html_heading: $t_html({defaultMessage: "Welcome to your inbox!"}), html_body, html_submit_button: $t_html({defaultMessage: "Got it"}), on_click() { diff --git a/web/src/recent_view_ui.ts b/web/src/recent_view_ui.ts index b88001e5f8..b99f0805cb 100644 --- a/web/src/recent_view_ui.ts +++ b/web/src/recent_view_ui.ts @@ -1443,7 +1443,7 @@ export function show(): void { user_settings.web_escape_navigates_to_home_view, }); dialog_widget.launch({ - html_heading: $t_html({defaultMessage: "Welcome to recent conversations!"}), + html_heading: $t_html({defaultMessage: "Welcome to recent conversations!"}), html_body, html_submit_button: $t_html({defaultMessage: "Got it"}), on_click() {