mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
onboarding_steps: Update button text of onboarding modals to "Got it".
Changing the button text of one-time modals to introduce the recent and inbox view to say "Got it" rather than "Continue" helps reinforce the vocabulary we're using "Got it" = dismiss one-time content forever.
This commit is contained in:
@@ -208,7 +208,7 @@ export function show(): void {
|
||||
dialog_widget.launch({
|
||||
html_heading: $t_html({defaultMessage: "Welcome to your <b>inbox</b>!"}),
|
||||
html_body,
|
||||
html_submit_button: $t_html({defaultMessage: "Continue"}),
|
||||
html_submit_button: $t_html({defaultMessage: "Got it"}),
|
||||
on_click() {
|
||||
// Do nothing
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user