mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
onboarding: Remove <b> 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
This commit is contained in:
committed by
Tim Abbott
parent
d73397a221
commit
4070f5e512
@@ -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 <b>inbox</b>!"}),
|
||||
html_heading: $t_html({defaultMessage: "Welcome to your inbox!"}),
|
||||
html_body,
|
||||
html_submit_button: $t_html({defaultMessage: "Got it"}),
|
||||
on_click() {
|
||||
|
@@ -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 <b>recent conversations</b>!"}),
|
||||
html_heading: $t_html({defaultMessage: "Welcome to recent conversations!"}),
|
||||
html_body,
|
||||
html_submit_button: $t_html({defaultMessage: "Got it"}),
|
||||
on_click() {
|
||||
|
Reference in New Issue
Block a user